Color Hex Logo

#382672 Color Hex

#382672
(56,38,114)
0 Favorites   0 Comments

Color spaces of #382672

RGB 5638114
HSL0.710.500.30
HSV254°67°45°
CMYK 0.510.670.00   0.55
XYZ5.36133.441916.3014
Yxy3.44190.21360.1371
Hunter Lab18.552419.1167-39.1097
CIE-Lab21.733229.1120-41.1412

#382672 color RGB value is (56,38,114).

#382672 hex color red value is 56, green value is 38 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #382672 hue: 0.71 , saturation: 0.50 and the lightness value of 382672 is 0.30.

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 00100110 01110010
Octal 70 46 162
Decimal 56 38 114
Hex 38 26 72

RGB Percentages of Color #382672

%26.92
%18.27
%54.81

CMYK Percentages of Color #382672

%51
%67
%0
%55

Triadic Colors of #382672

#382672 #723826 #267238

Analogous Colors of #382672

#382672 #5e2672 #263a72

Monochromatic Colors of #382672

#382672

Complementary Color

#382672 #607226

#382672 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#382672 Color Preview on White Background

Lorem ipsum dolor sit amet.

#382672 Color CSS Codes

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

#382672 Text Font Color

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

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


#382672 Background Color

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

This div background color is #382672


#382672 Border Color

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

This div border color is #382672


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #382672


Comments

No comments written yet.

Please login to write comment.