Color Hex Logo

#08238c Color Hex

#08238C
(8,35,140)
0 Favorites   0 Comments

Color spaces of #08238c

RGB 835140
HSL0.630.890.29
HSV228°94°55°
CMYK 0.940.750.00   0.45
XYZ5.43483.147125.1320
Yxy3.14710.16120.0933
Hunter Lab17.740123.6397-71.5769
CIE-Lab20.623634.7670-59.5392

#08238c color RGB value is (8,35,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 00100011 10001100
Octal 10 43 214
Decimal 8 35 140
Hex 8 23 8C

RGB Percentages of Color #08238c

%4.37
%19.13
%76.50

CMYK Percentages of Color #08238c

%94
%75
%0
%45

Triadic Colors of #08238c

#08238c #8c0823 #238c08

Analogous Colors of #08238c

#08238c #2f088c #08658c

Monochromatic Colors of #08238c

#08238c

Complementary Color

#08238c #8c7108

#08238c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08238c Color Preview on White Background

Lorem ipsum dolor sit amet.

#08238c Color CSS Codes

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

#08238c Text Font Color

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

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


#08238c Background Color

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

This div background color is #08238c


#08238c Border Color

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

This div border color is #08238c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(8,35,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 #08238c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08238c


Comments

No comments written yet.

Please login to write comment.