Color Hex Logo

#383472 Color Hex

#383472
(56,52,114)
0 Favorites   0 Comments

Color spaces of #383472

RGB 5652114
HSL0.680.370.33
HSV244°54°45°
CMYK 0.510.540.00   0.55
XYZ5.89614.511616.4797
Yxy4.51160.21930.1678
Hunter Lab21.240512.3784-31.1324
CIE-Lab25.295419.9329-35.3853

#383472 color RGB value is (56,52,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 00110100 01110010
Octal 70 64 162
Decimal 56 52 114
Hex 38 34 72

RGB Percentages of Color #383472

%25.23
%23.42
%51.35

CMYK Percentages of Color #383472

%51
%54
%0
%55

Triadic Colors of #383472

#383472 #723834 #347238

Analogous Colors of #383472

#383472 #573472 #344f72

Monochromatic Colors of #383472

#383472

Complementary Color

#383472 #6e7234

#383472 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#383472 Color Preview on White Background

Lorem ipsum dolor sit amet.

#383472 Color CSS Codes

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

#383472 Text Font Color

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

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


#383472 Background Color

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

This div background color is #383472


#383472 Border Color

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

This div border color is #383472


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #383472


Comments

No comments written yet.

Please login to write comment.