color codes Logo

#bb7fdd color codes

#BB7FDD
(187,127,221)
0 Favorites   0 Comments

Color spaces of #bb7fdd

RGB 187127221
HSL0.770.580.68
HSV278°43°87°
CMYK 0.150.430.00   0.13
XYZ41.134030.964072.2153
Yxy30.96400.28500.2146
Hunter Lab55.645334.5711-37.9936
CIE-Lab62.477239.9384-39.1104

#bb7fdd color RGB value is (187,127,221).

#bb7fdd hex color red value is 187, green value is 127 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #bb7fdd hue: 0.77 , saturation: 0.58 and the lightness value of bb7fdd is 0.68.

The process color (four color CMYK) of #bb7fdd color code is 0.15, 0.43, 0.00, 0.13. Web safe color of #bb7fdd is #cc66cc. Color #bb7fdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01111111 11011101
Octal 273 177 335
Decimal 187 127 221
Hex BB 7F DD

RGB Percentages of Color #bb7fdd

%34.95
%23.74
%41.31

CMYK Percentages of Color #bb7fdd

%15
%43
%0
%13

Triadic Colors of #bb7fdd

#bb7fdd #ddbb7f #7fddbb

Analogous Colors of #bb7fdd

#bb7fdd #dd7fd0 #8c7fdd

Monochromatic Colors of #bb7fdd

#bb7fdd

Complementary Color

#bb7fdd #a1dd7f

#bb7fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb7fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb7fdd Color CSS Codes

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

#bb7fdd Text Font Color

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

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


#bb7fdd Background Color

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

This div background color is #bb7fdd


#bb7fdd Border Color

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

This div border color is #bb7fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb7fdd


Comments

No comments written yet.

Please login to write comment.