Color Hex Logo

#bb30ad Color Hex

#BB30AD
(187,48,173)
0 Favorites   0 Comments

Color spaces of #bb30ad

RGB 18748173
HSL0.850.590.46
HSV306°74°73°
CMYK 0.000.740.07   0.27
XYZ29.093315.695841.0314
Yxy15.69580.33900.1829
Hunter Lab39.617961.7495-33.6728
CIE-Lab46.572867.2572-36.5762

#bb30ad color RGB value is (187,48,173).

#bb30ad hex color red value is 187, green value is 48 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #bb30ad hue: 0.85 , saturation: 0.59 and the lightness value of bb30ad is 0.46.

The process color (four color CMYK) of #bb30ad color hex is 0.00, 0.74, 0.07, 0.27. Web safe color of #bb30ad is #cc3399. Color #bb30ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00110000 10101101
Octal 273 60 255
Decimal 187 48 173
Hex BB 30 AD

RGB Percentages of Color #bb30ad

%45.83
%11.76
%42.40

CMYK Percentages of Color #bb30ad

%0
%74
%7
%27

Triadic Colors of #bb30ad

#bb30ad #adbb30 #30adbb

Analogous Colors of #bb30ad

#bb30ad #bb3068 #8430bb

Monochromatic Colors of #bb30ad

#bb30ad

Complementary Color

#bb30ad #30bb3e

#bb30ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb30ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb30ad Color CSS Codes

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

#bb30ad Text Font Color

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

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


#bb30ad Background Color

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

This div background color is #bb30ad


#bb30ad Border Color

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

This div border color is #bb30ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb30ad


Comments

No comments written yet.

Please login to write comment.