Color Hex Logo

#572ebc Color Hex

#572EBC
(87,46,188)
0 Favorites   0 Comments

Color spaces of #572ebc

RGB 8746188
HSL0.710.610.46
HSV257°76°74°
CMYK 0.540.760.00   0.26
XYZ13.98467.611148.3090
Yxy7.61110.20010.1089
Hunter Lab27.588242.2031-84.5094
CIE-Lab33.159552.0672-67.7831

#572ebc color RGB value is (87,46,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 00101110 10111100
Octal 127 56 274
Decimal 87 46 188
Hex 57 2E BC

RGB Percentages of Color #572ebc

%27.10
%14.33
%58.57

CMYK Percentages of Color #572ebc

%54
%76
%0
%26

Triadic Colors of #572ebc

#572ebc #bc572e #2ebc57

Analogous Colors of #572ebc

#572ebc #9e2ebc #2e4cbc

Monochromatic Colors of #572ebc

#572ebc

Complementary Color

#572ebc #93bc2e

#572ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#572ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#572ebc Color CSS Codes

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

#572ebc Text Font Color

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

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


#572ebc Background Color

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

This div background color is #572ebc


#572ebc Border Color

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

This div border color is #572ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #572ebc


Comments

No comments written yet.

Please login to write comment.