Color Hex Logo

#552abb Color Hex

#552ABB
(85,42,187)
0 Favorites   0 Comments

Color spaces of #552abb

RGB 8542187
HSL0.720.630.45
HSV258°78°73°
CMYK 0.550.780.00   0.27
XYZ13.54397.175147.6848
Yxy7.17510.19800.1049
Hunter Lab26.786443.3782-86.7969
CIE-Lab32.202253.3908-68.7736

#552abb color RGB value is (85,42,187).

#552abb hex color red value is 85, green value is 42 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #552abb hue: 0.72 , saturation: 0.63 and the lightness value of 552abb is 0.45.

The process color (four color CMYK) of #552abb color hex is 0.55, 0.78, 0.00, 0.27. Web safe color of #552abb is #6633cc. Color #552abb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00101010 10111011
Octal 125 52 273
Decimal 85 42 187
Hex 55 2A BB

RGB Percentages of Color #552abb

%27.07
%13.38
%59.55

CMYK Percentages of Color #552abb

%55
%78
%0
%27

Triadic Colors of #552abb

#552abb #bb552a #2abb55

Analogous Colors of #552abb

#552abb #9e2abb #2a48bb

Monochromatic Colors of #552abb

#552abb

Complementary Color

#552abb #90bb2a

#552abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#552abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#552abb Color CSS Codes

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

#552abb Text Font Color

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

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


#552abb Background Color

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

This div background color is #552abb


#552abb Border Color

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

This div border color is #552abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #552abb


Comments

No comments written yet.

Please login to write comment.