Color Hex Logo

#551aae Color Hex

#551AAE
(85,26,174)
0 Favorites   0 Comments

Color spaces of #551aae

RGB 8526174
HSL0.730.740.39
HSV264°85°68°
CMYK 0.510.850.00   0.32
XYZ11.75575.726140.5300
Yxy5.72610.20260.0987
Hunter Lab23.929345.8152-83.6714
CIE-Lab28.710656.4006-66.7822

#551aae color RGB value is (85,26,174).

#551aae hex color red value is 85, green value is 26 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #551aae hue: 0.73 , saturation: 0.74 and the lightness value of 551aae is 0.39.

The process color (four color CMYK) of #551aae color hex is 0.51, 0.85, 0.00, 0.32. Web safe color of #551aae is #663399. Color #551aae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00011010 10101110
Octal 125 32 256
Decimal 85 26 174
Hex 55 1A AE

RGB Percentages of Color #551aae

%29.82
%9.12
%61.05

CMYK Percentages of Color #551aae

%51
%85
%0
%32

Triadic Colors of #551aae

#551aae #ae551a #1aae55

Analogous Colors of #551aae

#551aae #9f1aae #1a29ae

Monochromatic Colors of #551aae

#551aae

Complementary Color

#551aae #73ae1a

#551aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#551aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#551aae Color CSS Codes

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

#551aae Text Font Color

<p style="color:#551aae">Text here</p>

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


#551aae Background Color

<div style="background-color:#551aae">
Div content here</div>

This div background color is #551aae


#551aae Border Color

<div style="border:3px solid #551aae">
Div here</div>

This div border color is #551aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #551aae


Comments

No comments written yet.

Please login to write comment.