Color Hex Logo

#08239d Color Hex

#08239D
(8,35,157)
0 Favorites   0 Comments

Color spaces of #08239d

RGB 835157
HSL0.640.900.32
HSV229°95°62°
CMYK 0.950.780.00   0.38
XYZ6.78703.688032.2524
Yxy3.68800.15880.0863
Hunter Lab19.204229.4769-86.1316
CIE-Lab22.611941.0048-66.7483

#08239d color RGB value is (8,35,157).

#08239d hex color red value is 8, green value is 35 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #08239d hue: 0.64 , saturation: 0.90 and the lightness value of 08239d is 0.32.

The process color (four color CMYK) of #08239d color hex is 0.95, 0.78, 0.00, 0.38. Web safe color of #08239d is #003399. Color #08239d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 00100011 10011101
Octal 10 43 235
Decimal 8 35 157
Hex 8 23 9D

RGB Percentages of Color #08239d

%4.00
%17.50
%78.50

CMYK Percentages of Color #08239d

%95
%78
%0
%38

Triadic Colors of #08239d

#08239d #9d0823 #239d08

Analogous Colors of #08239d

#08239d #37089d #086e9d

Monochromatic Colors of #08239d

#08239d

Complementary Color

#08239d #9d8208

#08239d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08239d Color Preview on White Background

Lorem ipsum dolor sit amet.

#08239d Color CSS Codes

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

#08239d Text Font Color

<p style="color:#08239d">Text here</p>

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


#08239d Background Color

<div style="background-color:#08239d">
Div content here</div>

This div background color is #08239d


#08239d Border Color

<div style="border:3px solid #08239d">
Div here</div>

This div border color is #08239d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08239d


Comments

No comments written yet.

Please login to write comment.