Color Hex Logo

#5730cd Color Hex

#5730CD
(87,48,205)
0 Favorites   0 Comments

Color spaces of #5730cd

RGB 8748205
HSL0.710.620.50
HSV255°77°80°
CMYK 0.580.770.00   0.20
XYZ16.00698.547958.5639
Yxy8.54790.19260.1028
Hunter Lab29.236846.5629-98.2974
CIE-Lab35.098955.8632-74.5482

#5730cd color RGB value is (87,48,205).

#5730cd hex color red value is 87, green value is 48 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #5730cd hue: 0.71 , saturation: 0.62 and the lightness value of 5730cd is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 00110000 11001101
Octal 127 60 315
Decimal 87 48 205
Hex 57 30 CD

RGB Percentages of Color #5730cd

%25.59
%14.12
%60.29

CMYK Percentages of Color #5730cd

%58
%77
%0
%20

Triadic Colors of #5730cd

#5730cd #cd5730 #30cd57

Analogous Colors of #5730cd

#5730cd #a630cd #3057cd

Monochromatic Colors of #5730cd

#5730cd

Complementary Color

#5730cd #a6cd30

#5730cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5730cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5730cd Color CSS Codes

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

#5730cd Text Font Color

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

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


#5730cd Background Color

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

This div background color is #5730cd


#5730cd Border Color

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

This div border color is #5730cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5730cd


Comments

No comments written yet.

Please login to write comment.