Color Hex Logo

#bb44dd Color Hex

#BB44DD
(187,68,221)
1 Favorites   0 Comments

Color spaces of #bb44dd

RGB 18768221
HSL0.800.690.57
HSV287°69°87°
CMYK 0.150.690.00   0.13
XYZ35.611819.919570.3745
Yxy19.91950.28280.1582
Hunter Lab44.631364.3225-62.2465
CIE-Lab51.746168.4495-56.1177

#bb44dd color RGB value is (187,68,221).

#bb44dd hex color red value is 187, green value is 68 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #bb44dd hue: 0.80 , saturation: 0.69 and the lightness value of bb44dd is 0.57.

The process color (four color CMYK) of #bb44dd color hex is 0.15, 0.69, 0.00, 0.13. Web safe color of #bb44dd is #cc33cc. Color #bb44dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01000100 11011101
Octal 273 104 335
Decimal 187 68 221
Hex BB 44 DD

RGB Percentages of Color #bb44dd

%39.29
%14.29
%46.43

CMYK Percentages of Color #bb44dd

%15
%69
%0
%13

Triadic Colors of #bb44dd

#bb44dd #ddbb44 #44ddbb

Analogous Colors of #bb44dd

#bb44dd #dd44b3 #6f44dd

Monochromatic Colors of #bb44dd

#bb44dd

Complementary Color

#bb44dd #66dd44

#bb44dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb44dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb44dd Color CSS Codes

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

#bb44dd Text Font Color

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

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


#bb44dd Background Color

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

This div background color is #bb44dd


#bb44dd Border Color

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

This div border color is #bb44dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb44dd


Comments

No comments written yet.

Please login to write comment.