Color Hex Logo

#5538cd Color Hex

#5538CD
(85,56,205)
0 Favorites   0 Comments

Color spaces of #5538cd

RGB 8556205
HSL0.700.600.51
HSV252°73°80°
CMYK 0.590.730.00   0.20
XYZ16.17999.167458.6743
Yxy9.16740.19260.1091
Hunter Lab30.277742.4014-93.7020
CIE-Lab36.304651.6571-72.5715

#5538cd color RGB value is (85,56,205).

#5538cd hex color red value is 85, green value is 56 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #5538cd hue: 0.70 , saturation: 0.60 and the lightness value of 5538cd is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 00111000 11001101
Octal 125 70 315
Decimal 85 56 205
Hex 55 38 CD

RGB Percentages of Color #5538cd

%24.57
%16.18
%59.25

CMYK Percentages of Color #5538cd

%59
%73
%0
%20

Triadic Colors of #5538cd

#5538cd #cd5538 #38cd55

Analogous Colors of #5538cd

#5538cd #a038cd #3866cd

Monochromatic Colors of #5538cd

#5538cd

Complementary Color

#5538cd #b0cd38

#5538cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5538cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5538cd Color CSS Codes

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

#5538cd Text Font Color

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

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


#5538cd Background Color

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

This div background color is #5538cd


#5538cd Border Color

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

This div border color is #5538cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5538cd


Comments

No comments written yet.

Please login to write comment.