Color Hex Logo

#572bdb Color Hex

#572BDB
(87,43,219)
0 Favorites   0 Comments

Color spaces of #572bdb

RGB 8743219
HSL0.710.710.51
HSV255°80°86°
CMYK 0.600.800.00   0.14
XYZ17.58058.868567.8030
Yxy8.86850.18650.0941
Hunter Lab29.780053.2616-114.1451
CIE-Lab35.729961.9101-81.5995

#572bdb color RGB value is (87,43,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 00101011 11011011
Octal 127 53 333
Decimal 87 43 219
Hex 57 2B DB

RGB Percentages of Color #572bdb

%24.93
%12.32
%62.75

CMYK Percentages of Color #572bdb

%60
%80
%0
%14

Triadic Colors of #572bdb

#572bdb #db572b #2bdb57

Analogous Colors of #572bdb

#572bdb #af2bdb #2b57db

Monochromatic Colors of #572bdb

#572bdb

Complementary Color

#572bdb #afdb2b

#572bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#572bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#572bdb Color CSS Codes

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

#572bdb Text Font Color

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

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


#572bdb Background Color

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

This div background color is #572bdb


#572bdb Border Color

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

This div border color is #572bdb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(87,43,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 #572bdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #572bdb


Comments

No comments written yet.

Please login to write comment.