Color Hex Logo

#bb18ad Color Hex

#BB18AD
(187,24,173)
0 Favorites   0 Comments

Color spaces of #bb18ad

RGB 18724173
HSL0.850.770.41
HSV305°87°73°
CMYK 0.000.870.07   0.27
XYZ28.363014.235240.7879
Yxy14.23520.34010.1707
Hunter Lab37.729668.1597-37.6853
CIE-Lab44.568473.0537-39.7458

#bb18ad color RGB value is (187,24,173).

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

The process color (four color CMYK) of #bb18ad color hex is 0.00, 0.87, 0.07, 0.27. Web safe color of #bb18ad is #cc0099. Color #bb18ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00011000 10101101
Octal 273 30 255
Decimal 187 24 173
Hex BB 18 AD

RGB Percentages of Color #bb18ad

%48.70
%6.25
%45.05

CMYK Percentages of Color #bb18ad

%0
%87
%7
%27

Triadic Colors of #bb18ad

#bb18ad #adbb18 #18adbb

Analogous Colors of #bb18ad

#bb18ad #bb185c #7818bb

Monochromatic Colors of #bb18ad

#bb18ad

Complementary Color

#bb18ad #18bb26

#bb18ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb18ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb18ad Color CSS Codes

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

#bb18ad Text Font Color

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

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


#bb18ad Background Color

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

This div background color is #bb18ad


#bb18ad Border Color

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

This div border color is #bb18ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb18ad


Comments

No comments written yet.

Please login to write comment.