Color Hex Logo

#382559 Color Hex

#382559
(56,37,89)
0 Favorites   0 Comments

Color spaces of #382559

RGB 563789
HSL0.730.410.25
HSV262°58°35°
CMYK 0.370.580.00   0.65
XYZ4.09562.88529.7922
Yxy2.88520.24420.1720
Hunter Lab16.985913.3143-22.2900
CIE-Lab19.578121.9383-28.2643

#382559 color RGB value is (56,37,89).

#382559 hex color red value is 56, green value is 37 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #382559 hue: 0.73 , saturation: 0.41 and the lightness value of 382559 is 0.25.

The process color (four color CMYK) of #382559 color hex is 0.37, 0.58, 0.00, 0.65. Web safe color of #382559 is #333366. Color #382559 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00100101 01011001
Octal 70 45 131
Decimal 56 37 89
Hex 38 25 59

RGB Percentages of Color #382559

%30.77
%20.33
%48.90

CMYK Percentages of Color #382559

%37
%58
%0
%65

Triadic Colors of #382559

#382559 #593825 #255938

Analogous Colors of #382559

#382559 #522559 #252c59

Monochromatic Colors of #382559

#382559

Complementary Color

#382559 #465925

#382559 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#382559 Color Preview on White Background

Lorem ipsum dolor sit amet.

#382559 Color CSS Codes

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

#382559 Text Font Color

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

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


#382559 Background Color

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

This div background color is #382559


#382559 Border Color

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

This div border color is #382559


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #382559


Comments

No comments written yet.

Please login to write comment.