Color Hex Logo

#553eca Color Hex

#553ECA
(85,62,202)
0 Favorites   0 Comments

Color spaces of #553eca

RGB 8562202
HSL0.690.570.52
HSV250°69°79°
CMYK 0.580.690.00   0.21
XYZ16.12969.640856.8879
Yxy9.64080.19510.1166
Hunter Lab31.049638.3899-86.8940
CIE-Lab37.189947.5539-69.3764

#553eca color RGB value is (85,62,202).

#553eca hex color red value is 85, green value is 62 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #553eca hue: 0.69 , saturation: 0.57 and the lightness value of 553eca is 0.52.

The process color (four color CMYK) of #553eca color hex is 0.58, 0.69, 0.00, 0.21. Web safe color of #553eca is #6633cc. Color #553eca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00111110 11001010
Octal 125 76 312
Decimal 85 62 202
Hex 55 3E CA

RGB Percentages of Color #553eca

%24.36
%17.77
%57.88

CMYK Percentages of Color #553eca

%58
%69
%0
%21

Triadic Colors of #553eca

#553eca #ca553e #3eca55

Analogous Colors of #553eca

#553eca #9b3eca #3e6dca

Monochromatic Colors of #553eca

#553eca

Complementary Color

#553eca #b3ca3e

#553eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#553eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#553eca Color CSS Codes

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

#553eca Text Font Color

<p style="color:#553eca">Text here</p>

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


#553eca Background Color

<div style="background-color:#553eca">
Div content here</div>

This div background color is #553eca


#553eca Border Color

<div style="border:3px solid #553eca">
Div here</div>

This div border color is #553eca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,62,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #553eca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #553eca;
  -webkit-box-shadow: 1px 1px 3px 2px #553eca;
  box-shadow:         1px 1px 3px 2px #553eca; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #553eca


Comments

No comments written yet.

Please login to write comment.