Color Hex Logo

#382689 Color Hex

#382689
(56,38,137)
0 Favorites   0 Comments

Color spaces of #382689

RGB 5638137
HSL0.700.570.34
HSV251°72°54°
CMYK 0.590.720.00   0.46
XYZ6.83944.033124.0849
Yxy4.03310.19560.1154
Hunter Lab20.082625.6461-57.0483
CIE-Lab23.780636.5000-52.3681

#382689 color RGB value is (56,38,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 00100110 10001001
Octal 70 46 211
Decimal 56 38 137
Hex 38 26 89

RGB Percentages of Color #382689

%24.24
%16.45
%59.31

CMYK Percentages of Color #382689

%59
%72
%0
%46

Triadic Colors of #382689

#382689 #893826 #268938

Analogous Colors of #382689

#382689 #6a2689 #264689

Monochromatic Colors of #382689

#382689

Complementary Color

#382689 #778926

#382689 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#382689 Color Preview on White Background

Lorem ipsum dolor sit amet.

#382689 Color CSS Codes

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

#382689 Text Font Color

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

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


#382689 Background Color

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

This div background color is #382689


#382689 Border Color

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

This div border color is #382689


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #382689


Comments

No comments written yet.

Please login to write comment.