Color Hex Logo

#38039c Color Hex

#38039C
(56,3,156)
0 Favorites   0 Comments

Color spaces of #38039c

RGB 563156
HSL0.720.960.31
HSV261°98°61°
CMYK 0.640.980.00   0.39
XYZ7.66423.306231.6867
Yxy3.30620.17970.0775
Hunter Lab18.183043.4184-90.5942
CIE-Lab21.230755.5357-68.3457

#38039c color RGB value is (56,3,156).

#38039c hex color red value is 56, green value is 3 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #38039c hue: 0.72 , saturation: 0.96 and the lightness value of 38039c is 0.31.

The process color (four color CMYK) of #38039c color hex is 0.64, 0.98, 0.00, 0.39. Web safe color of #38039c is #330099. Color #38039c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00000011 10011100
Octal 70 3 234
Decimal 56 3 156
Hex 38 3 9C

RGB Percentages of Color #38039c

%26.05
%1.40
%72.56

CMYK Percentages of Color #38039c

%64
%98
%0
%39

Triadic Colors of #38039c

#38039c #9c3803 #039c38

Analogous Colors of #38039c

#38039c #85039c #031a9c

Monochromatic Colors of #38039c

#38039c

Complementary Color

#38039c #679c03

#38039c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38039c Color Preview on White Background

Lorem ipsum dolor sit amet.

#38039c Color CSS Codes

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

#38039c Text Font Color

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

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


#38039c Background Color

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

This div background color is #38039c


#38039c Border Color

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

This div border color is #38039c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38039c


Comments

No comments written yet.

Please login to write comment.