Color Hex Logo

#553ceb Color Hex

#553CEB
(85,60,235)
0 Favorites   0 Comments

Color spaces of #553ceb

RGB 8560235
HSL0.690.810.58
HSV249°74°92°
CMYK 0.640.740.00   0.08
XYZ20.357611.161279.6786
Yxy11.16120.18310.1004
Hunter Lab33.408450.3054-118.0201
CIE-Lab39.850758.4216-83.9344

#553ceb color RGB value is (85,60,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 00111100 11101011
Octal 125 74 353
Decimal 85 60 235
Hex 55 3C EB

RGB Percentages of Color #553ceb

%22.37
%15.79
%61.84

CMYK Percentages of Color #553ceb

%64
%74
%0
%8

Triadic Colors of #553ceb

#553ceb #eb553c #3ceb55

Analogous Colors of #553ceb

#553ceb #ad3ceb #3c7beb

Monochromatic Colors of #553ceb

#553ceb

Complementary Color

#553ceb #d2eb3c

#553ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#553ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#553ceb Color CSS Codes

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

#553ceb Text Font Color

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

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


#553ceb Background Color

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

This div background color is #553ceb


#553ceb Border Color

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

This div border color is #553ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #553ceb


Comments

No comments written yet.

Please login to write comment.