Color Hex Logo

#5721fd Color Hex

#5721FD
(87,33,253)
0 Favorites   0 Comments

Color spaces of #5721fd

RGB 8733253
HSL0.710.980.56
HSV255°87°99°
CMYK 0.660.870.00   0.01
XYZ22.204010.205893.7281
Yxy10.20580.17600.0809
Hunter Lab31.946568.1576-151.5888
CIE-Lab38.209374.2804-96.7895

#5721fd color RGB value is (87,33,253).

#5721fd hex color red value is 87, green value is 33 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #5721fd hue: 0.71 , saturation: 0.98 and the lightness value of 5721fd is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 00100001 11111101
Octal 127 41 375
Decimal 87 33 253
Hex 57 21 FD

RGB Percentages of Color #5721fd

%23.32
%8.85
%67.83

CMYK Percentages of Color #5721fd

%66
%87
%0
%1

Triadic Colors of #5721fd

#5721fd #fd5721 #21fd57

Analogous Colors of #5721fd

#5721fd #c521fd #2159fd

Monochromatic Colors of #5721fd

#5721fd

Complementary Color

#5721fd #c7fd21

#5721fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5721fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5721fd Color CSS Codes

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

#5721fd Text Font Color

<p style="color:#5721fd">Text here</p>

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


#5721fd Background Color

<div style="background-color:#5721fd">
Div content here</div>

This div background color is #5721fd


#5721fd Border Color

<div style="border:3px solid #5721fd">
Div here</div>

This div border color is #5721fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5721fd


Comments

No comments written yet.

Please login to write comment.