Color Hex Logo

#572365 Color Hex

#572365
(87,35,101)
0 Favorites   0 Comments

Color spaces of #572365

RGB 8735101
HSL0.800.490.27
HSV287°65°40°
CMYK 0.140.650.00   0.60
XYZ6.88054.167912.7538
Yxy4.16790.28910.1751
Hunter Lab20.415424.4318-22.7485
CIE-Lab24.218935.0263-28.5136

#572365 color RGB value is (87,35,101).

#572365 hex color red value is 87, green value is 35 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #572365 hue: 0.80 , saturation: 0.49 and the lightness value of 572365 is 0.27.

The process color (four color CMYK) of #572365 color hex is 0.14, 0.65, 0.00, 0.60. Web safe color of #572365 is #663366. Color #572365 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00100011 01100101
Octal 127 43 145
Decimal 87 35 101
Hex 57 23 65

RGB Percentages of Color #572365

%39.01
%15.70
%45.29

CMYK Percentages of Color #572365

%14
%65
%0
%60

Triadic Colors of #572365

#572365 #655723 #236557

Analogous Colors of #572365

#572365 #652352 #362365

Monochromatic Colors of #572365

#572365

Complementary Color

#572365 #316523

#572365 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#572365 Color Preview on White Background

Lorem ipsum dolor sit amet.

#572365 Color CSS Codes

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

#572365 Text Font Color

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

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


#572365 Background Color

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

This div background color is #572365


#572365 Border Color

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

This div border color is #572365


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,35,101, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #572365; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #572365;
  -webkit-box-shadow: 1px 1px 3px 2px #572365;
  box-shadow:         1px 1px 3px 2px #572365; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #572365


Comments

No comments written yet.

Please login to write comment.