Color Hex Logo

#551ace Color Hex

#551ACE
(85,26,206)
0 Favorites   0 Comments

Color spaces of #551ace

RGB 8526206
HSL0.720.780.45
HSV260°87°81°
CMYK 0.590.870.00   0.19
XYZ15.25637.126358.9639
Yxy7.12630.18750.0876
Hunter Lab26.695155.2965-112.2725
CIE-Lab32.092764.4355-80.1007

#551ace color RGB value is (85,26,206).

#551ace hex color red value is 85, green value is 26 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #551ace hue: 0.72 , saturation: 0.78 and the lightness value of 551ace is 0.45.

The process color (four color CMYK) of #551ace color hex is 0.59, 0.87, 0.00, 0.19. Web safe color of #551ace is #6633cc. Color #551ace contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00011010 11001110
Octal 125 32 316
Decimal 85 26 206
Hex 55 1A CE

RGB Percentages of Color #551ace

%26.81
%8.20
%64.98

CMYK Percentages of Color #551ace

%59
%87
%0
%19

Triadic Colors of #551ace

#551ace #ce551a #1ace55

Analogous Colors of #551ace

#551ace #af1ace #1a39ce

Monochromatic Colors of #551ace

#551ace

Complementary Color

#551ace #93ce1a

#551ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#551ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#551ace Color CSS Codes

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

#551ace Text Font Color

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

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


#551ace Background Color

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

This div background color is #551ace


#551ace Border Color

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

This div border color is #551ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #551ace


Comments

No comments written yet.

Please login to write comment.