Color Hex Logo

#5701cd Color Hex

#5701CD
(87,1,205)
0 Favorites   0 Comments

Color spaces of #5701cd

RGB 871205
HSL0.740.990.40
HSV265°100°80°
CMYK 0.581.000.00   0.20
XYZ14.96086.455758.2152
Yxy6.45570.18790.0811
Hunter Lab25.408160.6404-118.0601
CIE-Lab30.534269.3873-82.0948

#5701cd color RGB value is (87,1,205).

#5701cd hex color red value is 87, green value is 1 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #5701cd hue: 0.74 , saturation: 0.99 and the lightness value of 5701cd is 0.40.

The process color (four color CMYK) of #5701cd color hex is 0.58, 1.00, 0.00, 0.20. Web safe color of #5701cd is #6600cc. Color #5701cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 00000001 11001101
Octal 127 1 315
Decimal 87 1 205
Hex 57 1 CD

RGB Percentages of Color #5701cd

%29.69
%0.34
%69.97

CMYK Percentages of Color #5701cd

%58
%100
%0
%20

Triadic Colors of #5701cd

#5701cd #cd5701 #01cd57

Analogous Colors of #5701cd

#5701cd #bd01cd #0111cd

Monochromatic Colors of #5701cd

#5701cd

Complementary Color

#5701cd #77cd01

#5701cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5701cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5701cd Color CSS Codes

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

#5701cd Text Font Color

<p style="color:#5701cd">Text here</p>

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


#5701cd Background Color

<div style="background-color:#5701cd">
Div content here</div>

This div background color is #5701cd


#5701cd Border Color

<div style="border:3px solid #5701cd">
Div here</div>

This div border color is #5701cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5701cd


Comments

No comments written yet.

Please login to write comment.