Color Hex Logo

#553fee Color Hex

#553FEE
(85,63,238)
0 Favorites   0 Comments

Color spaces of #553fee

RGB 8563238
HSL0.690.840.59
HSV248°74°93°
CMYK 0.640.740.00   0.07
XYZ20.956411.659482.0349
Yxy11.65940.18280.1017
Hunter Lab34.145949.7959-118.5412
CIE-Lab40.669657.7965-84.2819

#553fee color RGB value is (85,63,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 00111111 11101110
Octal 125 77 356
Decimal 85 63 238
Hex 55 3F EE

RGB Percentages of Color #553fee

%22.02
%16.32
%61.66

CMYK Percentages of Color #553fee

%64
%74
%0
%7

Triadic Colors of #553fee

#553fee #ee553f #3fee55

Analogous Colors of #553fee

#553fee #ad3fee #3f81ee

Monochromatic Colors of #553fee

#553fee

Complementary Color

#553fee #d8ee3f

#553fee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#553fee Color Preview on White Background

Lorem ipsum dolor sit amet.

#553fee Color CSS Codes

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

#553fee Text Font Color

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

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


#553fee Background Color

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

This div background color is #553fee


#553fee Border Color

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

This div border color is #553fee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #553fee


Comments

No comments written yet.

Please login to write comment.