Color Hex Logo

#552dbf Color Hex

#552DBF
(85,45,191)
0 Favorites   0 Comments

Color spaces of #552dbf

RGB 8545191
HSL0.710.620.46
HSV256°76°75°
CMYK 0.550.760.00   0.25
XYZ14.08877.569750.0087
Yxy7.56970.19660.1056
Hunter Lab27.513143.2571-88.5083
CIE-Lab33.070253.1055-69.7055

#552dbf color RGB value is (85,45,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 00101101 10111111
Octal 125 55 277
Decimal 85 45 191
Hex 55 2D BF

RGB Percentages of Color #552dbf

%26.48
%14.02
%59.50

CMYK Percentages of Color #552dbf

%55
%76
%0
%25

Triadic Colors of #552dbf

#552dbf #bf552d #2dbf55

Analogous Colors of #552dbf

#552dbf #9e2dbf #2d4ebf

Monochromatic Colors of #552dbf

#552dbf

Complementary Color

#552dbf #97bf2d

#552dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#552dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#552dbf Color CSS Codes

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

#552dbf Text Font Color

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

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


#552dbf Background Color

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

This div background color is #552dbf


#552dbf Border Color

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

This div border color is #552dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #552dbf


Comments

No comments written yet.

Please login to write comment.