Color Hex Logo

#08218c Color Hex

#08218C
(8,33,140)
0 Favorites   0 Comments

Color spaces of #08218c

RGB 833140
HSL0.640.890.29
HSV229°94°55°
CMYK 0.940.760.00   0.45
XYZ5.37763.032825.1129
Yxy3.03280.16040.0905
Hunter Lab17.414924.6433-73.3076
CIE-Lab20.174836.0236-60.2820

#08218c color RGB value is (8,33,140).

#08218c hex color red value is 8, green value is 33 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #08218c hue: 0.64 , saturation: 0.89 and the lightness value of 08218c is 0.29.

The process color (four color CMYK) of #08218c color hex is 0.94, 0.76, 0.00, 0.45. Web safe color of #08218c is #003399. Color #08218c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 00100001 10001100
Octal 10 41 214
Decimal 8 33 140
Hex 8 21 8C

RGB Percentages of Color #08218c

%4.42
%18.23
%77.35

CMYK Percentages of Color #08218c

%94
%76
%0
%45

Triadic Colors of #08218c

#08218c #8c0821 #218c08

Analogous Colors of #08218c

#08218c #31088c #08638c

Monochromatic Colors of #08218c

#08218c

Complementary Color

#08218c #8c7308

#08218c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08218c Color Preview on White Background

Lorem ipsum dolor sit amet.

#08218c Color CSS Codes

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

#08218c Text Font Color

<p style="color:#08218c">Text here</p>

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


#08218c Background Color

<div style="background-color:#08218c">
Div content here</div>

This div background color is #08218c


#08218c Border Color

<div style="border:3px solid #08218c">
Div here</div>

This div border color is #08218c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(8,33,140, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #08218c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #08218c;
  -webkit-box-shadow: 1px 1px 3px 2px #08218c;
  box-shadow:         1px 1px 3px 2px #08218c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08218c


Comments

No comments written yet.

Please login to write comment.