Color Hex Logo

#b55dbb Color Hex

#B55DBB
(181,93,187)
0 Favorites   0 Comments

Color spaces of #b55dbb

RGB 18193187
HSL0.820.410.55
HSV296°50°73°
CMYK 0.030.500.00   0.27
XYZ31.940021.240349.4301
Yxy21.24030.31130.2070
Hunter Lab46.087243.0540-31.3295
CIE-Lab53.211549.2925-34.3816

#b55dbb color RGB value is (181,93,187).

#b55dbb hex color red value is 181, green value is 93 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #b55dbb hue: 0.82 , saturation: 0.41 and the lightness value of b55dbb is 0.55.

The process color (four color CMYK) of #b55dbb color hex is 0.03, 0.50, 0.00, 0.27. Web safe color of #b55dbb is #cc66cc. Color #b55dbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01011101 10111011
Octal 265 135 273
Decimal 181 93 187
Hex B5 5D BB

RGB Percentages of Color #b55dbb

%39.26
%20.17
%40.56

CMYK Percentages of Color #b55dbb

%3
%50
%0
%27

Triadic Colors of #b55dbb

#b55dbb #bbb55d #5dbbb5

Analogous Colors of #b55dbb

#b55dbb #bb5d92 #865dbb

Monochromatic Colors of #b55dbb

#b55dbb

Complementary Color

#b55dbb #63bb5d

#b55dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b55dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b55dbb Color CSS Codes

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

#b55dbb Text Font Color

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

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


#b55dbb Background Color

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

This div background color is #b55dbb


#b55dbb Border Color

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

This div border color is #b55dbb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(181,93,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b55dbb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b55dbb;
  -webkit-box-shadow: 1px 1px 3px 2px #b55dbb;
  box-shadow:         1px 1px 3px 2px #b55dbb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,93,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 #b55dbb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b55dbb


Comments

No comments written yet.

Please login to write comment.