Color Hex Logo

#572cbd Color Hex

#572CBD
(87,44,189)
0 Favorites   0 Comments

Color spaces of #572cbd

RGB 8744189
HSL0.720.620.46
HSV258°77°74°
CMYK 0.540.770.00   0.26
XYZ14.01657.501748.8533
Yxy7.50170.19920.1066
Hunter Lab27.389243.4166-86.5812
CIE-Lab32.922853.2879-68.7619

#572cbd color RGB value is (87,44,189).

#572cbd hex color red value is 87, green value is 44 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #572cbd hue: 0.72 , saturation: 0.62 and the lightness value of 572cbd is 0.46.

The process color (four color CMYK) of #572cbd color hex is 0.54, 0.77, 0.00, 0.26. Web safe color of #572cbd is #6633cc. Color #572cbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00101100 10111101
Octal 127 54 275
Decimal 87 44 189
Hex 57 2C BD

RGB Percentages of Color #572cbd

%27.19
%13.75
%59.06

CMYK Percentages of Color #572cbd

%54
%77
%0
%26

Triadic Colors of #572cbd

#572cbd #bd572c #2cbd57

Analogous Colors of #572cbd

#572cbd #a02cbd #2c4abd

Monochromatic Colors of #572cbd

#572cbd

Complementary Color

#572cbd #92bd2c

#572cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#572cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#572cbd Color CSS Codes

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

#572cbd Text Font Color

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

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


#572cbd Background Color

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

This div background color is #572cbd


#572cbd Border Color

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

This div border color is #572cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #572cbd


Comments

No comments written yet.

Please login to write comment.