Color Hex Logo

#bb5fde Color Hex

#BB5FDE
(187,95,222)
0 Favorites   0 Comments

Color spaces of #bb5fde

RGB 18795222
HSL0.790.660.62
HSV283°57°87°
CMYK 0.160.570.00   0.13
XYZ37.770524.023171.7534
Yxy24.02310.28280.1799
Hunter Lab49.013451.7816-52.4886
CIE-Lab56.110956.7765-49.7142

#bb5fde color RGB value is (187,95,222).

#bb5fde hex color red value is 187, green value is 95 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #bb5fde hue: 0.79 , saturation: 0.66 and the lightness value of bb5fde is 0.62.

The process color (four color CMYK) of #bb5fde color hex is 0.16, 0.57, 0.00, 0.13. Web safe color of #bb5fde is #cc66cc. Color #bb5fde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01011111 11011110
Octal 273 137 336
Decimal 187 95 222
Hex BB 5F DE

RGB Percentages of Color #bb5fde

%37.10
%18.85
%44.05

CMYK Percentages of Color #bb5fde

%16
%57
%0
%13

Triadic Colors of #bb5fde

#bb5fde #debb5f #5fdebb

Analogous Colors of #bb5fde

#bb5fde #de5fc2 #7c5fde

Monochromatic Colors of #bb5fde

#bb5fde

Complementary Color

#bb5fde #82de5f

#bb5fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb5fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb5fde Color CSS Codes

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

#bb5fde Text Font Color

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

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


#bb5fde Background Color

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

This div background color is #bb5fde


#bb5fde Border Color

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

This div border color is #bb5fde


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,95,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb5fde


Comments

No comments written yet.

Please login to write comment.