Color Hex Logo

#572afd Color Hex

#572AFD
(87,42,253)
0 Favorites   0 Comments

Color spaces of #572afd

RGB 8742253
HSL0.700.980.58
HSV253°83°99°
CMYK 0.660.830.00   0.01
XYZ22.488110.774093.8228
Yxy10.77400.17700.0848
Hunter Lab32.823864.8517-146.4967
CIE-Lab39.197271.3299-95.1502

#572afd color RGB value is (87,42,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 00101010 11111101
Octal 127 52 375
Decimal 87 42 253
Hex 57 2A FD

RGB Percentages of Color #572afd

%22.77
%10.99
%66.23

CMYK Percentages of Color #572afd

%66
%83
%0
%1

Triadic Colors of #572afd

#572afd #fd572a #2afd57

Analogous Colors of #572afd

#572afd #c12afd #2a67fd

Monochromatic Colors of #572afd

#572afd

Complementary Color

#572afd #d0fd2a

#572afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#572afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#572afd Color CSS Codes

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

#572afd Text Font Color

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

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


#572afd Background Color

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

This div background color is #572afd


#572afd Border Color

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

This div border color is #572afd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #572afd


Comments

No comments written yet.

Please login to write comment.