COLOR #700DD3

HEX: #700DD3
RGB: (112,13,211)

Color info

#700DD3 contains mainly blue color. Web safe color of #700DD3 is #6600CC (or #60C).

RGB color model

#700DD3 color RGB value is (112,13,211).

  • red value is 112;
  • green value is 13;
  • blue value is 211.
RGB:
(112,13,211)
(44%,5%,83%)

RGB channels and saturation

R 112 of 255 = 44%
G 13 of 255 = 5%
B 211 of 255 = 83%

112
13
211

R + G + B ~ 44%. #700DD3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
112 + 13 + 211 = 336 (100%)
R 112 of 336 ~ 33.33%
G 13 of 336 ~ 3.87%
B 211 of 336 ~ 62.8%

%33.33
%62.8

CMYK color model

#700DD3 color CMYK value is (47,94,0,17).

  • cyan value is 46.92%
  • magenta value is 93.84%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(47,94,0,17)
C47M94Y0K17 
(47%,94%,0%,17%)
(0.47/0.94/0.00/0.17)	

CMYK percentages

%46.92
%93.84
%0
%17.25

Codes

Color #700DD3 in popluar color models

700DD3
RGB11213211
HSL270°88.39%43.92%
HSB/HSV270°93.84%82.75%
CMYK46.92%93.84%0.00%
17.25%

Color #700DD3 in popluar number systems.

HEX700DD3
Decimal11213211
Binary1110000110111010011
Octal16015323

Shades and tints

Shades of #700DD3

#700DD3
(112,13,211)
#660CC0
(102,12,192)
#5C0BAD
(92,11,173)
#520A9A
(82,10,154)
#480987
(72,9,135)
#3E0874
(62,8,116)
#340761
(52,7,97)
#2A064E
(42,6,78)
#20053B
(32,5,59)
#160428
(22,4,40)
#0C0315
(12,3,21)
#000000
(0,0,0)

Tints of #700DD3

#700DD3
(112,13,211)
#7D23D7
(125,35,215)
#8A39DB
(138,57,219)
#974FDF
(151,79,223)
#A465E3
(164,101,227)
#B17BE7
(177,123,231)
#BE91EB
(190,145,235)
#CBA7EF
(203,167,239)
#D8BDF3
(216,189,243)
#E5D3F7
(229,211,247)
#F2E9FB
(242,233,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #700DD3 color. Also use rgb(112,13,211) instead hex code.

Text Font Color

.myTextColor { color: #700DD3; }

<p style="color:#700DD3">This sample text font color is #700DD3.</p>

This text font color is #700DD3.


Background Color

.myBgColor { background-color: #700DD3; }

<div style="background-color:#700DD3">Inner text</div>

This div background color is #700DD3.


Border color

.myBorderColor { border: 1px solid #700DD3; }

<div style="border:3px solid #700DD3">Div</div>

This div border color is #700DD3.


Opacity

.myOpacity80 { color: #700DD3; opacity: 0.8; }

<p style="color:#700DD3;opacity:0.8;">80%</p>

Text with #700DD3 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #700DD3;}

<p style="text-shadow: 3px 3px 1px #700DD3">Text here.</p>

This text has shadow with #700DD3 color.

.textShadow {text-shadow: 3px 3px 1px #700DD3, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #700DD3, 5px 5px 20px red">Text here.</p>

This text has shadow with #700DD3 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#700DD3, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#700DD3, Direction=45, Strength=4)">Text</p>

This text has shadow with #700DD3 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #700DD3;
  -webkit-box-shadow:	1px 1px 3px 2px #700DD3;
  box-shadow:		1px 1px 3px 2px #700DD3;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #700DD3;
-webkit-box-shadow: 1px 1px 3px 2px #700DD3;
box-shadow:1px 1px 3px 2px #700DD3;">
Div content here</div>
This div box has shadow with color #700DD3.

Preview

Color preview on black background

This text has color #700DD3 on black background.


Color preview on white background

This text has color #700DD3 on white background.



Black color preview on #700DD3 background

This text has black color on #700DD3 background.


White color preview on #700DD3 background

This text has white color on #700DD3 background.