Color Hex Logo

#572ddb Color Hex

#572DDB
(87,45,219)
0 Favorites   0 Comments

Color spaces of #572ddb

RGB 8745219
HSL0.710.710.52
HSV254°79°86°
CMYK 0.600.790.00   0.14
XYZ17.65509.017567.8279
Yxy9.01750.18680.0954
Hunter Lab30.029252.3943-112.9000
CIE-Lab36.018061.0702-81.1236

#572ddb color RGB value is (87,45,219).

#572ddb hex color red value is 87, green value is 45 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #572ddb hue: 0.71 , saturation: 0.71 and the lightness value of 572ddb is 0.52.

The process color (four color CMYK) of #572ddb color hex is 0.60, 0.79, 0.00, 0.14. Web safe color of #572ddb is #6633cc. Color #572ddb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00101101 11011011
Octal 127 55 333
Decimal 87 45 219
Hex 57 2D DB

RGB Percentages of Color #572ddb

%24.79
%12.82
%62.39

CMYK Percentages of Color #572ddb

%60
%79
%0
%14

Triadic Colors of #572ddb

#572ddb #db572d #2ddb57

Analogous Colors of #572ddb

#572ddb #ae2ddb #2d5adb

Monochromatic Colors of #572ddb

#572ddb

Complementary Color

#572ddb #b1db2d

#572ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#572ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#572ddb Color CSS Codes

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

#572ddb Text Font Color

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

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


#572ddb Background Color

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

This div background color is #572ddb


#572ddb Border Color

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

This div border color is #572ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #572ddb


Comments

No comments written yet.

Please login to write comment.