Color Hex Logo

#572ebe Color Hex

#572EBE
(87,46,190)
0 Favorites   0 Comments

Color spaces of #572ebe

RGB 8746190
HSL0.710.610.46
HSV257°76°75°
CMYK 0.540.760.00   0.25
XYZ14.20177.697949.4525
Yxy7.69790.19900.1079
Hunter Lab27.745142.8137-86.2562
CIE-Lab33.345652.6237-68.6563

#572ebe color RGB value is (87,46,190).

#572ebe hex color red value is 87, green value is 46 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #572ebe hue: 0.71 , saturation: 0.61 and the lightness value of 572ebe is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 00101110 10111110
Octal 127 56 276
Decimal 87 46 190
Hex 57 2E BE

RGB Percentages of Color #572ebe

%26.93
%14.24
%58.82

CMYK Percentages of Color #572ebe

%54
%76
%0
%25

Triadic Colors of #572ebe

#572ebe #be572e #2ebe57

Analogous Colors of #572ebe

#572ebe #9f2ebe #2e4dbe

Monochromatic Colors of #572ebe

#572ebe

Complementary Color

#572ebe #95be2e

#572ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#572ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#572ebe Color CSS Codes

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

#572ebe Text Font Color

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

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


#572ebe Background Color

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

This div background color is #572ebe


#572ebe Border Color

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

This div border color is #572ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #572ebe


Comments

No comments written yet.

Please login to write comment.