Color Hex Logo

#1208cd Color Hex

#1208CD
(18,8,205)
0 Favorites   0 Comments

Color spaces of #1208cd

RGB 188205
HSL0.680.920.42
HSV243°96°80°
CMYK 0.910.960.00   0.20
XYZ11.35574.710058.0682
Yxy4.71000.15320.0635
Hunter Lab21.702555.4194-143.4470
CIE-Lab25.892165.6915-89.9618

#1208cd color RGB value is (18,8,205).

#1208cd hex color red value is 18, green value is 8 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #1208cd hue: 0.68 , saturation: 0.92 and the lightness value of 1208cd is 0.42.

The process color (four color CMYK) of #1208cd color hex is 0.91, 0.96, 0.00, 0.20. Web safe color of #1208cd is #0000cc. Color #1208cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 00001000 11001101
Octal 22 10 315
Decimal 18 8 205
Hex 12 8 CD

RGB Percentages of Color #1208cd

%7.79
%3.46
%88.74

CMYK Percentages of Color #1208cd

%91
%96
%0
%20

Triadic Colors of #1208cd

#1208cd #cd1208 #08cd12

Analogous Colors of #1208cd

#1208cd #7508cd #0860cd

Monochromatic Colors of #1208cd

#1208cd

Complementary Color

#1208cd #c3cd08

#1208cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1208cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1208cd Color CSS Codes

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

#1208cd Text Font Color

<p style="color:#1208cd">Text here</p>

This sample text font color is #1208cd
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.


#1208cd Background Color

<div style="background-color:#1208cd">
Div content here</div>

This div background color is #1208cd


#1208cd Border Color

<div style="border:3px solid #1208cd">
Div here</div>

This div border color is #1208cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,8,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1208cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1208cd;
  -webkit-box-shadow: 1px 1px 3px 2px #1208cd;
  box-shadow:         1px 1px 3px 2px #1208cd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(18,8,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1208cd


Comments

No comments written yet.

Please login to write comment.