Color Hex Logo

#5055cd Color Hex

#5055CD
(80,85,205)
0 Favorites   0 Comments

Color spaces of #5055cd

RGB 8085205
HSL0.660.560.56
HSV238°61°80°
CMYK 0.610.590.00   0.20
XYZ17.576212.610359.2653
Yxy12.61030.19650.1410
Hunter Lab35.511026.2045-74.0931
CIE-Lab42.170134.1273-63.0032

#5055cd color RGB value is (80,85,205).

#5055cd hex color red value is 80, green value is 85 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #5055cd hue: 0.66 , saturation: 0.56 and the lightness value of 5055cd is 0.56.

The process color (four color CMYK) of #5055cd color hex is 0.61, 0.59, 0.00, 0.20. Web safe color of #5055cd is #6666cc. Color #5055cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01010101 11001101
Octal 120 125 315
Decimal 80 85 205
Hex 50 55 CD

RGB Percentages of Color #5055cd

%21.62
%22.97
%55.41

CMYK Percentages of Color #5055cd

%61
%59
%0
%20

Triadic Colors of #5055cd

#5055cd #cd5055 #55cd50

Analogous Colors of #5055cd

#5055cd #8a50cd #5094cd

Monochromatic Colors of #5055cd

#5055cd

Complementary Color

#5055cd #cdc850

#5055cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5055cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5055cd Color CSS Codes

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

#5055cd Text Font Color

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

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


#5055cd Background Color

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

This div background color is #5055cd


#5055cd Border Color

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

This div border color is #5055cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5055cd


Comments

No comments written yet.

Please login to write comment.