Color Hex Logo

#bb3ada Color Hex

#BB3ADA
(187,58,218)
0 Favorites   0 Comments

Color spaces of #bb3ada

RGB 18758218
HSL0.800.680.54
HSV288°73°85°
CMYK 0.140.730.00   0.15
XYZ34.661518.652968.1032
Yxy18.65290.28550.1536
Hunter Lab43.189067.6751-63.2600
CIE-Lab50.278671.5395-56.7671

#bb3ada color RGB value is (187,58,218).

#bb3ada hex color red value is 187, green value is 58 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #bb3ada hue: 0.80 , saturation: 0.68 and the lightness value of bb3ada is 0.54.

The process color (four color CMYK) of #bb3ada color hex is 0.14, 0.73, 0.00, 0.15. Web safe color of #bb3ada is #cc33cc. Color #bb3ada contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00111010 11011010
Octal 273 72 332
Decimal 187 58 218
Hex BB 3A DA

RGB Percentages of Color #bb3ada

%40.39
%12.53
%47.08

CMYK Percentages of Color #bb3ada

%14
%73
%0
%15

Triadic Colors of #bb3ada

#bb3ada #dabb3a #3adabb

Analogous Colors of #bb3ada

#bb3ada #da3aa9 #6b3ada

Monochromatic Colors of #bb3ada

#bb3ada

Complementary Color

#bb3ada #59da3a

#bb3ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb3ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb3ada Color CSS Codes

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

#bb3ada Text Font Color

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

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


#bb3ada Background Color

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

This div background color is #bb3ada


#bb3ada Border Color

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

This div border color is #bb3ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb3ada


Comments

No comments written yet.

Please login to write comment.