Color Hex Logo

#383372 Color Hex

#383372
(56,51,114)
0 Favorites   0 Comments

Color spaces of #383372

RGB 5651114
HSL0.680.380.32
HSV245°55°45°
CMYK 0.510.550.00   0.55
XYZ5.85204.423316.4649
Yxy4.42330.21880.1654
Hunter Lab21.031612.8618-31.6938
CIE-Lab25.024220.6071-35.8210

#383372 color RGB value is (56,51,114).

#383372 hex color red value is 56, green value is 51 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #383372 hue: 0.68 , saturation: 0.38 and the lightness value of 383372 is 0.32.

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 00110011 01110010
Octal 70 63 162
Decimal 56 51 114
Hex 38 33 72

RGB Percentages of Color #383372

%25.34
%23.08
%51.58

CMYK Percentages of Color #383372

%51
%55
%0
%55

Triadic Colors of #383372

#383372 #723833 #337238

Analogous Colors of #383372

#383372 #573372 #334e72

Monochromatic Colors of #383372

#383372

Complementary Color

#383372 #6d7233

#383372 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#383372 Color Preview on White Background

Lorem ipsum dolor sit amet.

#383372 Color CSS Codes

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

#383372 Text Font Color

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

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


#383372 Background Color

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

This div background color is #383372


#383372 Border Color

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

This div border color is #383372


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(56,51,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 #383372">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #383372


Comments

No comments written yet.

Please login to write comment.