Color Hex Logo

#572375 Color Hex

#572375
(87,35,117)
0 Favorites   0 Comments

Color spaces of #572375

RGB 8735117
HSL0.770.540.30
HSV278°70°46°
CMYK 0.260.700.00   0.54
XYZ7.74244.512717.2926
Yxy4.51270.26200.1527
Hunter Lab21.243127.8818-33.3938
CIE-Lab25.298738.7332-37.1040

#572375 color RGB value is (87,35,117).

#572375 hex color red value is 87, green value is 35 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #572375 hue: 0.77 , saturation: 0.54 and the lightness value of 572375 is 0.30.

The process color (four color CMYK) of #572375 color hex is 0.26, 0.70, 0.00, 0.54. Web safe color of #572375 is #663366. Color #572375 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00100011 01110101
Octal 127 43 165
Decimal 87 35 117
Hex 57 23 75

RGB Percentages of Color #572375

%36.40
%14.64
%48.95

CMYK Percentages of Color #572375

%26
%70
%0
%54

Triadic Colors of #572375

#572375 #755723 #237557

Analogous Colors of #572375

#572375 #75236a #2e2375

Monochromatic Colors of #572375

#572375

Complementary Color

#572375 #417523

#572375 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#572375 Color Preview on White Background

Lorem ipsum dolor sit amet.

#572375 Color CSS Codes

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

#572375 Text Font Color

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

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


#572375 Background Color

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

This div background color is #572375


#572375 Border Color

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

This div border color is #572375


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #572375


Comments

No comments written yet.

Please login to write comment.