Color Hex Logo

#bb44de Color Hex

#BB44DE
(187,68,222)
0 Favorites   0 Comments

Color spaces of #bb44de

RGB 18768222
HSL0.800.700.57
HSV286°69°87°
CMYK 0.160.690.00   0.13
XYZ35.745519.973071.0784
Yxy19.97300.28190.1575
Hunter Lab44.691264.5608-63.0131
CIE-Lab51.806768.6388-56.5878

#bb44de color RGB value is (187,68,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01000100 11011110
Octal 273 104 336
Decimal 187 68 222
Hex BB 44 DE

RGB Percentages of Color #bb44de

%39.20
%14.26
%46.54

CMYK Percentages of Color #bb44de

%16
%69
%0
%13

Triadic Colors of #bb44de

#bb44de #debb44 #44debb

Analogous Colors of #bb44de

#bb44de #de44b4 #6e44de

Monochromatic Colors of #bb44de

#bb44de

Complementary Color

#bb44de #67de44

#bb44de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb44de Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb44de Color CSS Codes

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

#bb44de Text Font Color

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

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


#bb44de Background Color

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

This div background color is #bb44de


#bb44de Border Color

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

This div border color is #bb44de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb44de


Comments

No comments written yet.

Please login to write comment.