Color Hex Logo

#572eaf Color Hex

#572EAF
(87,46,175)
0 Favorites   0 Comments

Color spaces of #572eaf

RGB 8746175
HSL0.720.580.43
HSV259°74°69°
CMYK 0.500.740.00   0.31
XYZ12.64537.075441.2566
Yxy7.07540.20740.1160
Hunter Lab26.599638.3085-73.3404
CIE-Lab31.977948.4492-62.0036

#572eaf color RGB value is (87,46,175).

#572eaf hex color red value is 87, green value is 46 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #572eaf hue: 0.72 , saturation: 0.58 and the lightness value of 572eaf is 0.43.

The process color (four color CMYK) of #572eaf color hex is 0.50, 0.74, 0.00, 0.31. Web safe color of #572eaf is #663399. Color #572eaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00101110 10101111
Octal 127 56 257
Decimal 87 46 175
Hex 57 2E AF

RGB Percentages of Color #572eaf

%28.25
%14.94
%56.82

CMYK Percentages of Color #572eaf

%50
%74
%0
%31

Triadic Colors of #572eaf

#572eaf #af572e #2eaf57

Analogous Colors of #572eaf

#572eaf #982eaf #2e46af

Monochromatic Colors of #572eaf

#572eaf

Complementary Color

#572eaf #86af2e

#572eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#572eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#572eaf Color CSS Codes

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

#572eaf Text Font Color

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

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


#572eaf Background Color

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

This div background color is #572eaf


#572eaf Border Color

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

This div border color is #572eaf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,46,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #572eaf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #572eaf;
  -webkit-box-shadow: 1px 1px 3px 2px #572eaf;
  box-shadow:         1px 1px 3px 2px #572eaf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #572eaf


Comments

No comments written yet.

Please login to write comment.