Color Hex Logo

#5855cd Color Hex

#5855CD
(88,85,205)
0 Favorites   0 Comments

Color spaces of #5855cd

RGB 8885205
HSL0.670.550.57
HSV242°59°80°
CMYK 0.570.590.00   0.20
XYZ18.292412.979559.2988
Yxy12.97950.20200.1433
Hunter Lab36.027127.5843-72.3695
CIE-Lab42.732335.5216-62.0646

#5855cd color RGB value is (88,85,205).

#5855cd hex color red value is 88, green value is 85 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #5855cd hue: 0.67 , saturation: 0.55 and the lightness value of 5855cd is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 01010101 11001101
Octal 130 125 315
Decimal 88 85 205
Hex 58 55 CD

RGB Percentages of Color #5855cd

%23.28
%22.49
%54.23

CMYK Percentages of Color #5855cd

%57
%59
%0
%20

Triadic Colors of #5855cd

#5855cd #cd5855 #55cd58

Analogous Colors of #5855cd

#5855cd #9455cd #558ecd

Monochromatic Colors of #5855cd

#5855cd

Complementary Color

#5855cd #cacd55

#5855cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5855cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5855cd Color CSS Codes

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

#5855cd Text Font Color

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

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


#5855cd Background Color

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

This div background color is #5855cd


#5855cd Border Color

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

This div border color is #5855cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5855cd


Comments

No comments written yet.

Please login to write comment.