Color Hex Logo

#38087c Color Hex

#38087C
(56,8,124)
0 Favorites   0 Comments

Color spaces of #38087c

RGB 568124
HSL0.740.880.26
HSV265°94°49°
CMYK 0.550.940.00   0.51
XYZ5.35582.469719.2632
Yxy2.46970.19770.0912
Hunter Lab15.715333.3314-61.6748
CIE-Lab17.781046.0818-54.0327

#38087c color RGB value is (56,8,124).

#38087c hex color red value is 56, green value is 8 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #38087c hue: 0.74 , saturation: 0.88 and the lightness value of 38087c is 0.26.

The process color (four color CMYK) of #38087c color hex is 0.55, 0.94, 0.00, 0.51. Web safe color of #38087c is #330066. Color #38087c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00001000 01111100
Octal 70 10 174
Decimal 56 8 124
Hex 38 8 7C

RGB Percentages of Color #38087c

%29.79
%4.26
%65.96

CMYK Percentages of Color #38087c

%55
%94
%0
%51

Triadic Colors of #38087c

#38087c #7c3808 #087c38

Analogous Colors of #38087c

#38087c #72087c #08127c

Monochromatic Colors of #38087c

#38087c

Complementary Color

#38087c #4c7c08

#38087c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38087c Color Preview on White Background

Lorem ipsum dolor sit amet.

#38087c Color CSS Codes

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

#38087c Text Font Color

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

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


#38087c Background Color

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

This div background color is #38087c


#38087c Border Color

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

This div border color is #38087c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38087c


Comments

No comments written yet.

Please login to write comment.