Color Hex Logo

#380772 Color Hex

#380772
(56,7,114)
0 Favorites   0 Comments

Color spaces of #380772

RGB 567114
HSL0.740.880.24
HSV267°94°45°
CMYK 0.510.940.00   0.55
XYZ4.74412.207616.0957
Yxy2.20760.20580.0958
Hunter Lab14.858030.9929-53.8284
CIE-Lab16.541043.8318-49.6446

#380772 color RGB value is (56,7,114).

#380772 hex color red value is 56, green value is 7 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #380772 hue: 0.74 , saturation: 0.88 and the lightness value of 380772 is 0.24.

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 00000111 01110010
Octal 70 7 162
Decimal 56 7 114
Hex 38 7 72

RGB Percentages of Color #380772

%31.64
%3.95
%64.41

CMYK Percentages of Color #380772

%51
%94
%0
%55

Triadic Colors of #380772

#380772 #723807 #077238

Analogous Colors of #380772

#380772 #6e0772 #070c72

Monochromatic Colors of #380772

#380772

Complementary Color

#380772 #417207

#380772 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#380772 Color Preview on White Background

Lorem ipsum dolor sit amet.

#380772 Color CSS Codes

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

#380772 Text Font Color

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

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


#380772 Background Color

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

This div background color is #380772


#380772 Border Color

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

This div border color is #380772


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #380772


Comments

No comments written yet.

Please login to write comment.