Color Hex Logo

#bb5fda Color Hex

#BB5FDA
(187,95,218)
0 Favorites   0 Comments

Color spaces of #bb5fda

RGB 18795218
HSL0.790.620.61
HSV285°56°85°
CMYK 0.140.560.00   0.15
XYZ37.240623.811268.9629
Yxy23.81120.28640.1831
Hunter Lab48.796750.8331-49.6350
CIE-Lab55.898355.9659-47.7947

#bb5fda color RGB value is (187,95,218).

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

The process color (four color CMYK) of #bb5fda color hex is 0.14, 0.56, 0.00, 0.15. Web safe color of #bb5fda is #cc66cc. Color #bb5fda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01011111 11011010
Octal 273 137 332
Decimal 187 95 218
Hex BB 5F DA

RGB Percentages of Color #bb5fda

%37.40
%19.00
%43.60

CMYK Percentages of Color #bb5fda

%14
%56
%0
%15

Triadic Colors of #bb5fda

#bb5fda #dabb5f #5fdabb

Analogous Colors of #bb5fda

#bb5fda #da5fbc #7e5fda

Monochromatic Colors of #bb5fda

#bb5fda

Complementary Color

#bb5fda #7eda5f

#bb5fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb5fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb5fda Color CSS Codes

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

#bb5fda Text Font Color

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

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


#bb5fda Background Color

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

This div background color is #bb5fda


#bb5fda Border Color

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

This div border color is #bb5fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb5fda


Comments

No comments written yet.

Please login to write comment.