Color Hex Logo

#553eee Color Hex

#553EEE
(85,62,238)
0 Favorites   0 Comments

Color spaces of #553eee

RGB 8562238
HSL0.690.840.59
HSV248°74°93°
CMYK 0.640.740.00   0.07
XYZ20.901611.549682.0166
Yxy11.54960.18260.1009
Hunter Lab33.984750.3096-119.2976
CIE-Lab40.491158.3022-84.5760

#553eee color RGB value is (85,62,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 00111110 11101110
Octal 125 76 356
Decimal 85 62 238
Hex 55 3E EE

RGB Percentages of Color #553eee

%22.08
%16.10
%61.82

CMYK Percentages of Color #553eee

%64
%74
%0
%7

Triadic Colors of #553eee

#553eee #ee553e #3eee55

Analogous Colors of #553eee

#553eee #ad3eee #3e7fee

Monochromatic Colors of #553eee

#553eee

Complementary Color

#553eee #d7ee3e

#553eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#553eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#553eee Color CSS Codes

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

#553eee Text Font Color

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

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


#553eee Background Color

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

This div background color is #553eee


#553eee Border Color

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

This div border color is #553eee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #553eee


Comments

No comments written yet.

Please login to write comment.