Color Hex Logo

#382589 Color Hex

#382589
(56,37,137)
0 Favorites   0 Comments

Color spaces of #382589

RGB 5637137
HSL0.700.570.34
HSV251°73°54°
CMYK 0.590.730.00   0.46
XYZ6.80783.970024.0744
Yxy3.97000.19530.1139
Hunter Lab19.924926.1203-57.6903
CIE-Lab23.572037.0782-52.7101

#382589 color RGB value is (56,37,137).

#382589 hex color red value is 56, green value is 37 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #382589 hue: 0.70 , saturation: 0.57 and the lightness value of 382589 is 0.34.

The process color (four color CMYK) of #382589 color hex is 0.59, 0.73, 0.00, 0.46. Web safe color of #382589 is #333399. Color #382589 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00100101 10001001
Octal 70 45 211
Decimal 56 37 137
Hex 38 25 89

RGB Percentages of Color #382589

%24.35
%16.09
%59.57

CMYK Percentages of Color #382589

%59
%73
%0
%46

Triadic Colors of #382589

#382589 #893825 #258938

Analogous Colors of #382589

#382589 #6a2589 #254489

Monochromatic Colors of #382589

#382589

Complementary Color

#382589 #768925

#382589 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#382589 Color Preview on White Background

Lorem ipsum dolor sit amet.

#382589 Color CSS Codes

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

#382589 Text Font Color

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

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


#382589 Background Color

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

This div background color is #382589


#382589 Border Color

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

This div border color is #382589


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #382589


Comments

No comments written yet.

Please login to write comment.