Color Hex Logo

#382561 Color Hex

#382561
(56,37,97)
0 Favorites   0 Comments

Color spaces of #382561

RGB 563797
HSL0.720.450.26
HSV259°62°38°
CMYK 0.420.620.00   0.62
XYZ4.45013.027011.6590
Yxy3.02700.23250.1582
Hunter Lab17.398315.2094-27.5529
CIE-Lab20.151724.3843-32.6418

#382561 color RGB value is (56,37,97).

#382561 hex color red value is 56, green value is 37 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #382561 hue: 0.72 , saturation: 0.45 and the lightness value of 382561 is 0.26.

The process color (four color CMYK) of #382561 color hex is 0.42, 0.62, 0.00, 0.62. Web safe color of #382561 is #333366. Color #382561 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00100101 01100001
Octal 70 45 141
Decimal 56 37 97
Hex 38 25 61

RGB Percentages of Color #382561

%29.47
%19.47
%51.05

CMYK Percentages of Color #382561

%42
%62
%0
%62

Triadic Colors of #382561

#382561 #613825 #256138

Analogous Colors of #382561

#382561 #562561 #253061

Monochromatic Colors of #382561

#382561

Complementary Color

#382561 #4e6125

#382561 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#382561 Color Preview on White Background

Lorem ipsum dolor sit amet.

#382561 Color CSS Codes

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

#382561 Text Font Color

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

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


#382561 Background Color

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

This div background color is #382561


#382561 Border Color

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

This div border color is #382561


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #382561


Comments

No comments written yet.

Please login to write comment.