Color Hex Logo

#bb2ade Color Hex

#BB2ADE
(187,42,222)
0 Favorites   0 Comments

Color spaces of #bb2ade

RGB 18742222
HSL0.800.730.52
HSV288°81°87°
CMYK 0.160.810.00   0.13
XYZ34.506317.494770.6654
Yxy17.49470.28130.1426
Hunter Lab41.826774.0628-70.8907
CIE-Lab48.877477.0452-61.3016

#bb2ade color RGB value is (187,42,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00101010 11011110
Octal 273 52 336
Decimal 187 42 222
Hex BB 2A DE

RGB Percentages of Color #bb2ade

%41.46
%9.31
%49.22

CMYK Percentages of Color #bb2ade

%16
%81
%0
%13

Triadic Colors of #bb2ade

#bb2ade #debb2a #2adebb

Analogous Colors of #bb2ade

#bb2ade #de2aa7 #612ade

Monochromatic Colors of #bb2ade

#bb2ade

Complementary Color

#bb2ade #4dde2a

#bb2ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb2ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb2ade Color CSS Codes

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

#bb2ade Text Font Color

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

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


#bb2ade Background Color

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

This div background color is #bb2ade


#bb2ade Border Color

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

This div border color is #bb2ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb2ade


Comments

No comments written yet.

Please login to write comment.