Color Hex Logo

#552eba Color Hex

#552EBA
(85,46,186)
0 Favorites   0 Comments

Color spaces of #552eba

RGB 8546186
HSL0.710.600.45
HSV257°75°73°
CMYK 0.540.750.00   0.27
XYZ13.58627.430547.1725
Yxy7.43050.19920.1090
Hunter Lab27.258941.2635-83.5220
CIE-Lab32.767551.2258-67.2531

#552eba color RGB value is (85,46,186).

#552eba hex color red value is 85, green value is 46 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #552eba hue: 0.71 , saturation: 0.60 and the lightness value of 552eba is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 00101110 10111010
Octal 125 56 272
Decimal 85 46 186
Hex 55 2E BA

RGB Percentages of Color #552eba

%26.81
%14.51
%58.68

CMYK Percentages of Color #552eba

%54
%75
%0
%27

Triadic Colors of #552eba

#552eba #ba552e #2eba55

Analogous Colors of #552eba

#552eba #9b2eba #2e4dba

Monochromatic Colors of #552eba

#552eba

Complementary Color

#552eba #93ba2e

#552eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#552eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#552eba Color CSS Codes

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

#552eba Text Font Color

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

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


#552eba Background Color

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

This div background color is #552eba


#552eba Border Color

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

This div border color is #552eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #552eba


Comments

No comments written yet.

Please login to write comment.