Color Hex Logo

#553fce Color Hex

#553FCE
(85,63,206)
0 Favorites   0 Comments

Color spaces of #553fce

RGB 8563206
HSL0.690.590.53
HSV249°69°81°
CMYK 0.590.690.00   0.19
XYZ16.66449.942559.4333
Yxy9.94250.19370.1156
Hunter Lab31.531739.1560-89.6819
CIE-Lab37.739048.2131-70.7971

#553fce color RGB value is (85,63,206).

#553fce hex color red value is 85, green value is 63 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #553fce hue: 0.69 , saturation: 0.59 and the lightness value of 553fce is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 00111111 11001110
Octal 125 77 316
Decimal 85 63 206
Hex 55 3F CE

RGB Percentages of Color #553fce

%24.01
%17.80
%58.19

CMYK Percentages of Color #553fce

%59
%69
%0
%19

Triadic Colors of #553fce

#553fce #ce553f #3fce55

Analogous Colors of #553fce

#553fce #9d3fce #3f71ce

Monochromatic Colors of #553fce

#553fce

Complementary Color

#553fce #b8ce3f

#553fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#553fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#553fce Color CSS Codes

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

#553fce Text Font Color

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

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


#553fce Background Color

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

This div background color is #553fce


#553fce Border Color

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

This div border color is #553fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #553fce


Comments

No comments written yet.

Please login to write comment.