Color Hex Logo

#550eec Color Hex

#550EEC
(85,14,236)
0 Favorites   0 Comments

Color spaces of #550eec

RGB 8514236
HSL0.720.890.49
HSV259°94°93°
CMYK 0.640.940.00   0.07
XYZ19.04378.301579.9555
Yxy8.30150.17750.0774
Hunter Lab28.812367.5592-144.3638
CIE-Lab34.603174.4609-93.1905

#550eec color RGB value is (85,14,236).

#550eec hex color red value is 85, green value is 14 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #550eec hue: 0.72 , saturation: 0.89 and the lightness value of 550eec is 0.49.

The process color (four color CMYK) of #550eec color hex is 0.64, 0.94, 0.00, 0.07. Web safe color of #550eec is #6600ff. Color #550eec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00001110 11101100
Octal 125 16 354
Decimal 85 14 236
Hex 55 E EC

RGB Percentages of Color #550eec

%25.37
%4.18
%70.45

CMYK Percentages of Color #550eec

%64
%94
%0
%7

Triadic Colors of #550eec

#550eec #ec550e #0eec55

Analogous Colors of #550eec

#550eec #c40eec #0e36ec

Monochromatic Colors of #550eec

#550eec

Complementary Color

#550eec #a5ec0e

#550eec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#550eec Color Preview on White Background

Lorem ipsum dolor sit amet.

#550eec Color CSS Codes

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

#550eec Text Font Color

<p style="color:#550eec">Text here</p>

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


#550eec Background Color

<div style="background-color:#550eec">
Div content here</div>

This div background color is #550eec


#550eec Border Color

<div style="border:3px solid #550eec">
Div here</div>

This div border color is #550eec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,14,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #550eec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #550eec;
  -webkit-box-shadow: 1px 1px 3px 2px #550eec;
  box-shadow:         1px 1px 3px 2px #550eec; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #550eec


Comments

No comments written yet.

Please login to write comment.