Color Hex Logo

#553dca Color Hex

#553DCA
(85,61,202)
0 Favorites   0 Comments

Color spaces of #553dca

RGB 8561202
HSL0.700.570.52
HSV250°70°79°
CMYK 0.580.700.00   0.21
XYZ16.07579.533056.8699
Yxy9.53300.19490.1156
Hunter Lab30.875638.9058-87.5938
CIE-Lab36.990948.1029-69.7025

#553dca color RGB value is (85,61,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 00111101 11001010
Octal 125 75 312
Decimal 85 61 202
Hex 55 3D CA

RGB Percentages of Color #553dca

%24.43
%17.53
%58.05

CMYK Percentages of Color #553dca

%58
%70
%0
%21

Triadic Colors of #553dca

#553dca #ca553d #3dca55

Analogous Colors of #553dca

#553dca #9c3dca #3d6cca

Monochromatic Colors of #553dca

#553dca

Complementary Color

#553dca #b2ca3d

#553dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#553dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#553dca Color CSS Codes

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

#553dca Text Font Color

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

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


#553dca Background Color

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

This div background color is #553dca


#553dca Border Color

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

This div border color is #553dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #553dca


Comments

No comments written yet.

Please login to write comment.