Color Hex Logo

#552bbf Color Hex

#552BBF
(85,43,191)
0 Favorites   0 Comments

Color spaces of #552bbf

RGB 8543191
HSL0.710.630.46
HSV257°77°75°
CMYK 0.550.770.00   0.25
XYZ14.01427.420649.9839
Yxy7.42060.19620.1039
Hunter Lab27.240844.1592-89.7222
CIE-Lab32.745954.0362-70.2391

#552bbf color RGB value is (85,43,191).

#552bbf hex color red value is 85, green value is 43 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #552bbf hue: 0.71 , saturation: 0.63 and the lightness value of 552bbf is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 00101011 10111111
Octal 125 53 277
Decimal 85 43 191
Hex 55 2B BF

RGB Percentages of Color #552bbf

%26.65
%13.48
%59.87

CMYK Percentages of Color #552bbf

%55
%77
%0
%25

Triadic Colors of #552bbf

#552bbf #bf552b #2bbf55

Analogous Colors of #552bbf

#552bbf #9f2bbf #2b4bbf

Monochromatic Colors of #552bbf

#552bbf

Complementary Color

#552bbf #95bf2b

#552bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#552bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#552bbf Color CSS Codes

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

#552bbf Text Font Color

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

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


#552bbf Background Color

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

This div background color is #552bbf


#552bbf Border Color

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

This div border color is #552bbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #552bbf


Comments

No comments written yet.

Please login to write comment.