Color Hex Logo

#bb74dd Color Hex

#BB74DD
(187,116,221)
0 Favorites   0 Comments

Color spaces of #bb74dd

RGB 187116221
HSL0.780.610.66
HSV281°48°87°
CMYK 0.150.480.00   0.13
XYZ39.790128.276071.7673
Yxy28.27600.28460.2022
Hunter Lab53.175240.5120-42.7975
CIE-Lab60.137345.8599-42.7834

#bb74dd color RGB value is (187,116,221).

#bb74dd hex color red value is 187, green value is 116 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #bb74dd hue: 0.78 , saturation: 0.61 and the lightness value of bb74dd is 0.66.

The process color (four color CMYK) of #bb74dd color hex is 0.15, 0.48, 0.00, 0.13. Web safe color of #bb74dd is #cc66cc. Color #bb74dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01110100 11011101
Octal 273 164 335
Decimal 187 116 221
Hex BB 74 DD

RGB Percentages of Color #bb74dd

%35.69
%22.14
%42.18

CMYK Percentages of Color #bb74dd

%15
%48
%0
%13

Triadic Colors of #bb74dd

#bb74dd #ddbb74 #74ddbb

Analogous Colors of #bb74dd

#bb74dd #dd74cb #8774dd

Monochromatic Colors of #bb74dd

#bb74dd

Complementary Color

#bb74dd #96dd74

#bb74dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb74dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb74dd Color CSS Codes

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

#bb74dd Text Font Color

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

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


#bb74dd Background Color

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

This div background color is #bb74dd


#bb74dd Border Color

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

This div border color is #bb74dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb74dd


Comments

No comments written yet.

Please login to write comment.