Color Hex Logo

#5702dd Color Hex

#5702DD
(87,2,221)
0 Favorites   0 Comments

Color spaces of #5702dd

RGB 872221
HSL0.730.980.44
HSV263°99°87°
CMYK 0.610.990.00   0.13
XYZ17.00337.290168.9176
Yxy7.29010.18240.0782
Hunter Lab27.000265.1596-132.4368
CIE-Lab32.458472.8587-88.1707

#5702dd color RGB value is (87,2,221).

#5702dd hex color red value is 87, green value is 2 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #5702dd hue: 0.73 , saturation: 0.98 and the lightness value of 5702dd is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 00000010 11011101
Octal 127 2 335
Decimal 87 2 221
Hex 57 2 DD

RGB Percentages of Color #5702dd

%28.06
%0.65
%71.29

CMYK Percentages of Color #5702dd

%61
%99
%0
%13

Triadic Colors of #5702dd

#5702dd #dd5702 #02dd57

Analogous Colors of #5702dd

#5702dd #c502dd #021add

Monochromatic Colors of #5702dd

#5702dd

Complementary Color

#5702dd #88dd02

#5702dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5702dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5702dd Color CSS Codes

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

#5702dd Text Font Color

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

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


#5702dd Background Color

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

This div background color is #5702dd


#5702dd Border Color

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

This div border color is #5702dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5702dd


Comments

No comments written yet.

Please login to write comment.