Color Hex Logo

#552ace Color Hex

#552ACE
(85,42,206)
0 Favorites   0 Comments

Color spaces of #552ace

RGB 8542206
HSL0.710.660.49
HSV256°80°81°
CMYK 0.590.800.00   0.19
XYZ15.71498.043559.1168
Yxy8.04350.18960.0971
Hunter Lab28.361149.2752-103.7334
CIE-Lab34.073358.5943-76.8267

#552ace color RGB value is (85,42,206).

#552ace hex color red value is 85, green value is 42 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #552ace hue: 0.71 , saturation: 0.66 and the lightness value of 552ace is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 00101010 11001110
Octal 125 52 316
Decimal 85 42 206
Hex 55 2A CE

RGB Percentages of Color #552ace

%25.53
%12.61
%61.86

CMYK Percentages of Color #552ace

%59
%80
%0
%19

Triadic Colors of #552ace

#552ace #ce552a #2ace55

Analogous Colors of #552ace

#552ace #a72ace #2a51ce

Monochromatic Colors of #552ace

#552ace

Complementary Color

#552ace #a3ce2a

#552ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#552ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#552ace Color CSS Codes

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

#552ace Text Font Color

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

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


#552ace Background Color

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

This div background color is #552ace


#552ace Border Color

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

This div border color is #552ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #552ace


Comments

No comments written yet.

Please login to write comment.