Color Hex Logo

#550eae Color Hex

#550EAE
(85,14,174)
0 Favorites   0 Comments

Color spaces of #550eae

RGB 8514174
HSL0.740.850.37
HSV267°92°68°
CMYK 0.510.920.00   0.32
XYZ11.54335.301440.4593
Yxy5.30140.20140.0925
Hunter Lab23.024849.1963-88.0675
CIE-Lab27.576859.7786-68.6535

#550eae color RGB value is (85,14,174).

#550eae hex color red value is 85, green value is 14 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #550eae hue: 0.74 , saturation: 0.85 and the lightness value of 550eae is 0.37.

The process color (four color CMYK) of #550eae color hex is 0.51, 0.92, 0.00, 0.32. Web safe color of #550eae is #660099. Color #550eae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00001110 10101110
Octal 125 16 256
Decimal 85 14 174
Hex 55 E AE

RGB Percentages of Color #550eae

%31.14
%5.13
%63.74

CMYK Percentages of Color #550eae

%51
%92
%0
%32

Triadic Colors of #550eae

#550eae #ae550e #0eae55

Analogous Colors of #550eae

#550eae #a50eae #0e17ae

Monochromatic Colors of #550eae

#550eae

Complementary Color

#550eae #67ae0e

#550eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#550eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#550eae Color CSS Codes

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

#550eae Text Font Color

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

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


#550eae Background Color

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

This div background color is #550eae


#550eae Border Color

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

This div border color is #550eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #550eae


Comments

No comments written yet.

Please login to write comment.