Color Hex Logo

#57438f Color Hex

#57438F
(87,67,143)
0 Favorites   0 Comments

Color spaces of #57438f

RGB 8767143
HSL0.710.360.41
HSV256°53°56°
CMYK 0.390.530.00   0.44
XYZ10.89568.023726.9611
Yxy8.02370.23750.1749
Hunter Lab28.326119.0890-36.6045
CIE-Lab34.032227.2328-39.3278

#57438f color RGB value is (87,67,143).

#57438f hex color red value is 87, green value is 67 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #57438f hue: 0.71 , saturation: 0.36 and the lightness value of 57438f is 0.41.

The process color (four color CMYK) of #57438f color hex is 0.39, 0.53, 0.00, 0.44. Web safe color of #57438f is #663399. Color #57438f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01000011 10001111
Octal 127 103 217
Decimal 87 67 143
Hex 57 43 8F

RGB Percentages of Color #57438f

%29.29
%22.56
%48.15

CMYK Percentages of Color #57438f

%39
%53
%0
%44

Triadic Colors of #57438f

#57438f #8f5743 #438f57

Analogous Colors of #57438f

#57438f #7d438f #43558f

Monochromatic Colors of #57438f

#57438f

Complementary Color

#57438f #7b8f43

#57438f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57438f Color Preview on White Background

Lorem ipsum dolor sit amet.

#57438f Color CSS Codes

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

#57438f Text Font Color

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

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


#57438f Background Color

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

This div background color is #57438f


#57438f Border Color

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

This div border color is #57438f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,67,143, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #57438f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #57438f;
  -webkit-box-shadow: 1px 1px 3px 2px #57438f;
  box-shadow:         1px 1px 3px 2px #57438f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(87,67,143, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57438f


Comments

No comments written yet.

Please login to write comment.