Color Hex Logo

#553cef Color Hex

#553CEF
(85,60,239)
0 Favorites   0 Comments

Color spaces of #553cef

RGB 8560239
HSL0.690.850.59
HSV248°75°94°
CMYK 0.640.750.00   0.06
XYZ20.942211.395082.7570
Yxy11.39500.18200.0990
Hunter Lab33.756551.6659-121.7251
CIE-Lab40.237959.5888-85.5585

#553cef color RGB value is (85,60,239).

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

The process color (four color CMYK) of #553cef color hex is 0.64, 0.75, 0.00, 0.06. Web safe color of #553cef is #6633ff. Color #553cef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00111100 11101111
Octal 125 74 357
Decimal 85 60 239
Hex 55 3C EF

RGB Percentages of Color #553cef

%22.14
%15.63
%62.24

CMYK Percentages of Color #553cef

%64
%75
%0
%6

Triadic Colors of #553cef

#553cef #ef553c #3cef55

Analogous Colors of #553cef

#553cef #af3cef #3c7def

Monochromatic Colors of #553cef

#553cef

Complementary Color

#553cef #d6ef3c

#553cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#553cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#553cef Color CSS Codes

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

#553cef Text Font Color

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

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


#553cef Background Color

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

This div background color is #553cef


#553cef Border Color

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

This div border color is #553cef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #553cef


Comments

No comments written yet.

Please login to write comment.