Color Hex Logo

#700dcb Color Hex

#700DCB
(112,13,203)
0 Favorites   0 Comments

Color spaces of #700dcb

RGB 11213203
HSL0.750.880.42
HSV271°94°80°
CMYK 0.450.940.00   0.20
XYZ17.60558.044457.1247
Yxy8.04440.21270.0972
Hunter Lab28.362761.1654-99.5611
CIE-Lab34.075269.1774-74.9698

#700dcb color RGB value is (112,13,203).

#700dcb hex color red value is 112, green value is 13 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #700dcb hue: 0.75 , saturation: 0.88 and the lightness value of 700dcb is 0.42.

The process color (four color CMYK) of #700dcb color hex is 0.45, 0.94, 0.00, 0.20. Web safe color of #700dcb is #6600cc. Color #700dcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00001101 11001011
Octal 160 15 313
Decimal 112 13 203
Hex 70 D CB

RGB Percentages of Color #700dcb

%34.15
%3.96
%61.89

CMYK Percentages of Color #700dcb

%45
%94
%0
%20

Triadic Colors of #700dcb

#700dcb #cb700d #0dcb70

Analogous Colors of #700dcb

#700dcb #cb0dc7 #110dcb

Monochromatic Colors of #700dcb

#700dcb

Complementary Color

#700dcb #68cb0d

#700dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#700dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#700dcb Color CSS Codes

.mybgcolor {background-color:#700dcb; } 
.myforecolor {color:#700dcb; }
.mybordercolor {border:3px solid #700dcb; }

#700dcb Text Font Color

<p style="color:#700dcb">Text here</p>

This sample text font color is #700dcb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#700dcb Background Color

<div style="background-color:#700dcb">
Div content here</div>

This div background color is #700dcb


#700dcb Border Color

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

This div border color is #700dcb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,13,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #700dcb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #700dcb;
  -webkit-box-shadow: 1px 1px 3px 2px #700dcb;
  box-shadow:         1px 1px 3px 2px #700dcb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(112,13,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #700dcb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #700dcb;
  -webkit-box-shadow: 1px 1px 3px 2px #700dcb;
  box-shadow:         1px 1px 3px 2px #700dcb;">
Div content here</div>

This div box has shadow with color #700dcb


Comments

No comments written yet.

Please login to write comment.