Color Hex Logo

#bb5dbf Color Hex

#BB5DBF
(187,93,191)
0 Favorites   0 Comments

Color spaces of #bb5dbf

RGB 18793191
HSL0.830.430.56
HSV298°51°75°
CMYK 0.020.510.00   0.25
XYZ33.811822.155151.7845
Yxy22.15510.31380.2056
Hunter Lab47.069245.8530-32.2811
CIE-Lab54.191251.7318-35.0952

#bb5dbf color RGB value is (187,93,191).

#bb5dbf hex color red value is 187, green value is 93 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #bb5dbf hue: 0.83 , saturation: 0.43 and the lightness value of bb5dbf is 0.56.

The process color (four color CMYK) of #bb5dbf color hex is 0.02, 0.51, 0.00, 0.25. Web safe color of #bb5dbf is #cc66cc. Color #bb5dbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01011101 10111111
Octal 273 135 277
Decimal 187 93 191
Hex BB 5D BF

RGB Percentages of Color #bb5dbf

%39.70
%19.75
%40.55

CMYK Percentages of Color #bb5dbf

%2
%51
%0
%25

Triadic Colors of #bb5dbf

#bb5dbf #bfbb5d #5dbfbb

Analogous Colors of #bb5dbf

#bb5dbf #bf5d92 #8a5dbf

Monochromatic Colors of #bb5dbf

#bb5dbf

Complementary Color

#bb5dbf #61bf5d

#bb5dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb5dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb5dbf Color CSS Codes

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

#bb5dbf Text Font Color

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

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


#bb5dbf Background Color

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

This div background color is #bb5dbf


#bb5dbf Border Color

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

This div border color is #bb5dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb5dbf


Comments

No comments written yet.

Please login to write comment.