Color Hex Logo

#08387a Color Hex

#08387A
(8,56,122)
0 Favorites   0 Comments

Color spaces of #08387a

RGB 856122
HSL0.600.880.25
HSV215°93°48°
CMYK 0.930.540.00   0.52
XYZ5.02724.285118.9745
Yxy4.28510.17770.1515
Hunter Lab20.70057.1236-39.8561
CIE-Lab24.592412.7190-41.7251

#08387a color RGB value is (8,56,122).

#08387a hex color red value is 8, green value is 56 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #08387a hue: 0.60 , saturation: 0.88 and the lightness value of 08387a is 0.25.

The process color (four color CMYK) of #08387a color hex is 0.93, 0.54, 0.00, 0.52. Web safe color of #08387a is #003366. Color #08387a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 00111000 01111010
Octal 10 70 172
Decimal 8 56 122
Hex 8 38 7A

RGB Percentages of Color #08387a

%4.30
%30.11
%65.59

CMYK Percentages of Color #08387a

%93
%54
%0
%52

Triadic Colors of #08387a

#08387a #7a0838 #387a08

Analogous Colors of #08387a

#08387a #11087a #08717a

Monochromatic Colors of #08387a

#08387a

Complementary Color

#08387a #7a4a08

#08387a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08387a Color Preview on White Background

Lorem ipsum dolor sit amet.

#08387a Color CSS Codes

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

#08387a Text Font Color

<p style="color:#08387a">Text here</p>

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


#08387a Background Color

<div style="background-color:#08387a">
Div content here</div>

This div background color is #08387a


#08387a Border Color

<div style="border:3px solid #08387a">
Div here</div>

This div border color is #08387a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(8,56,122, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #08387a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #08387a;
  -webkit-box-shadow: 1px 1px 3px 2px #08387a;
  box-shadow:         1px 1px 3px 2px #08387a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08387a


Comments

No comments written yet.

Please login to write comment.