Color Hex Logo

#572efd Color Hex

#572EFD
(87,46,253)
0 Favorites   0 Comments

Color spaces of #572efd

RGB 8746253
HSL0.700.980.59
HSV252°82°99°
CMYK 0.660.820.00   0.01
XYZ22.637111.072193.8725
Yxy11.07210.17740.0868
Hunter Lab33.274863.2042-143.9726
CIE-Lab39.701669.8371-94.3141

#572efd color RGB value is (87,46,253).

#572efd hex color red value is 87, green value is 46 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #572efd hue: 0.70 , saturation: 0.98 and the lightness value of 572efd is 0.59.

The process color (four color CMYK) of #572efd color hex is 0.66, 0.82, 0.00, 0.01. Web safe color of #572efd is #6633ff. Color #572efd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00101110 11111101
Octal 127 56 375
Decimal 87 46 253
Hex 57 2E FD

RGB Percentages of Color #572efd

%22.54
%11.92
%65.54

CMYK Percentages of Color #572efd

%66
%82
%0
%1

Triadic Colors of #572efd

#572efd #fd572e #2efd57

Analogous Colors of #572efd

#572efd #bf2efd #2e6dfd

Monochromatic Colors of #572efd

#572efd

Complementary Color

#572efd #d4fd2e

#572efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#572efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#572efd Color CSS Codes

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

#572efd Text Font Color

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

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


#572efd Background Color

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

This div background color is #572efd


#572efd Border Color

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

This div border color is #572efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #572efd


Comments

No comments written yet.

Please login to write comment.