Color Hex Logo

#bb7bdc Color Hex

#BB7BDC
(187,123,220)
0 Favorites   0 Comments

Color spaces of #bb7bdc

RGB 187123220
HSL0.780.580.67
HSV280°44°86°
CMYK 0.150.440.00   0.14
XYZ40.494729.898071.3467
Yxy29.89800.28570.2109
Hunter Lab54.679136.5067-39.0878
CIE-Lab61.566141.8960-39.9792

#bb7bdc color RGB value is (187,123,220).

#bb7bdc hex color red value is 187, green value is 123 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #bb7bdc hue: 0.78 , saturation: 0.58 and the lightness value of bb7bdc is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01111011 11011100
Octal 273 173 334
Decimal 187 123 220
Hex BB 7B DC

RGB Percentages of Color #bb7bdc

%35.28
%23.21
%41.51

CMYK Percentages of Color #bb7bdc

%15
%44
%0
%14

Triadic Colors of #bb7bdc

#bb7bdc #dcbb7b #7bdcbb

Analogous Colors of #bb7bdc

#bb7bdc #dc7bcd #8b7bdc

Monochromatic Colors of #bb7bdc

#bb7bdc

Complementary Color

#bb7bdc #9cdc7b

#bb7bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb7bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb7bdc Color CSS Codes

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

#bb7bdc Text Font Color

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

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


#bb7bdc Background Color

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

This div background color is #bb7bdc


#bb7bdc Border Color

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

This div border color is #bb7bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb7bdc


Comments

No comments written yet.

Please login to write comment.