Color Hex Logo

#5721dd Color Hex

#5721DD
(87,33,221)
0 Favorites   0 Comments

Color spaces of #5721dd

RGB 8733221
HSL0.710.740.50
HSV257°85°87°
CMYK 0.610.850.00   0.13
XYZ17.52558.334469.0916
Yxy8.33440.18460.0878
Hunter Lab28.869457.8392-121.6872
CIE-Lab34.669866.1819-84.5023

#5721dd color RGB value is (87,33,221).

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

The process color (four color CMYK) of #5721dd color hex is 0.61, 0.85, 0.00, 0.13. Web safe color of #5721dd is #6633cc. Color #5721dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00100001 11011101
Octal 127 41 335
Decimal 87 33 221
Hex 57 21 DD

RGB Percentages of Color #5721dd

%25.51
%9.68
%64.81

CMYK Percentages of Color #5721dd

%61
%85
%0
%13

Triadic Colors of #5721dd

#5721dd #dd5721 #21dd57

Analogous Colors of #5721dd

#5721dd #b521dd #2149dd

Monochromatic Colors of #5721dd

#5721dd

Complementary Color

#5721dd #a7dd21

#5721dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5721dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5721dd Color CSS Codes

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

#5721dd Text Font Color

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

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


#5721dd Background Color

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

This div background color is #5721dd


#5721dd Border Color

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

This div border color is #5721dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5721dd


Comments

No comments written yet.

Please login to write comment.