Color Hex Logo

#555cda Color Hex

#555CDA
(85,92,218)
0 Favorites   0 Comments

Color spaces of #555cda

RGB 8592218
HSL0.660.640.59
HSV237°61°85°
CMYK 0.610.580.00   0.15
XYZ20.228314.647568.0908
Yxy14.64750.19650.1423
Hunter Lab38.272127.3682-78.6939
CIE-Lab45.147634.9554-65.6034

#555cda color RGB value is (85,92,218).

#555cda hex color red value is 85, green value is 92 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #555cda hue: 0.66 , saturation: 0.64 and the lightness value of 555cda is 0.59.

The process color (four color CMYK) of #555cda color hex is 0.61, 0.58, 0.00, 0.15. Web safe color of #555cda is #6666cc. Color #555cda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01011100 11011010
Octal 125 134 332
Decimal 85 92 218
Hex 55 5C DA

RGB Percentages of Color #555cda

%21.52
%23.29
%55.19

CMYK Percentages of Color #555cda

%61
%58
%0
%15

Triadic Colors of #555cda

#555cda #da555c #5cda55

Analogous Colors of #555cda

#555cda #9155da #559fda

Monochromatic Colors of #555cda

#555cda

Complementary Color

#555cda #dad355

#555cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#555cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#555cda Color CSS Codes

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

#555cda Text Font Color

<p style="color:#555cda">Text here</p>

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


#555cda Background Color

<div style="background-color:#555cda">
Div content here</div>

This div background color is #555cda


#555cda Border Color

<div style="border:3px solid #555cda">
Div here</div>

This div border color is #555cda


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,92,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #555cda; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #555cda;
  -webkit-box-shadow: 1px 1px 3px 2px #555cda;
  box-shadow:         1px 1px 3px 2px #555cda; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,92,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #555cda


Comments

No comments written yet.

Please login to write comment.