Color Hex Logo

#bb07dd Color Hex

#BB07DD
(187,7,221)
0 Favorites   0 Comments

Color spaces of #bb07dd

RGB 1877221
HSL0.810.940.45
HSV290°97°87°
CMYK 0.150.970.00   0.13
XYZ33.620615.937269.7108
Yxy15.93720.28190.1336
Hunter Lab39.921480.4647-75.5872
CIE-Lab46.892082.5248-63.9415

#bb07dd color RGB value is (187,7,221).

#bb07dd hex color red value is 187, green value is 7 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #bb07dd hue: 0.81 , saturation: 0.94 and the lightness value of bb07dd is 0.45.

The process color (four color CMYK) of #bb07dd color hex is 0.15, 0.97, 0.00, 0.13. Web safe color of #bb07dd is #cc00cc. Color #bb07dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00000111 11011101
Octal 273 7 335
Decimal 187 7 221
Hex BB 7 DD

RGB Percentages of Color #bb07dd

%45.06
%1.69
%53.25

CMYK Percentages of Color #bb07dd

%15
%97
%0
%13

Triadic Colors of #bb07dd

#bb07dd #ddbb07 #07ddbb

Analogous Colors of #bb07dd

#bb07dd #dd0794 #5007dd

Monochromatic Colors of #bb07dd

#bb07dd

Complementary Color

#bb07dd #29dd07

#bb07dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb07dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb07dd Color CSS Codes

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

#bb07dd Text Font Color

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

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


#bb07dd Background Color

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

This div background color is #bb07dd


#bb07dd Border Color

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

This div border color is #bb07dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb07dd


Comments

No comments written yet.

Please login to write comment.