Color Hex Logo

#bb27af Color Hex

#BB27AF
(187,39,175)
0 Favorites   0 Comments

Color spaces of #bb27af

RGB 18739175
HSL0.850.650.44
HSV305°79°73°
CMYK 0.000.790.06   0.27
XYZ28.956915.111041.9480
Yxy15.11100.33660.1757
Hunter Lab38.872964.9394-36.7693
CIE-Lab45.785970.1219-39.0008

#bb27af color RGB value is (187,39,175).

#bb27af hex color red value is 187, green value is 39 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #bb27af hue: 0.85 , saturation: 0.65 and the lightness value of bb27af is 0.44.

The process color (four color CMYK) of #bb27af color hex is 0.00, 0.79, 0.06, 0.27. Web safe color of #bb27af is #cc3399. Color #bb27af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00100111 10101111
Octal 273 47 257
Decimal 187 39 175
Hex BB 27 AF

RGB Percentages of Color #bb27af

%46.63
%9.73
%43.64

CMYK Percentages of Color #bb27af

%0
%79
%6
%27

Triadic Colors of #bb27af

#bb27af #afbb27 #27afbb

Analogous Colors of #bb27af

#bb27af #bb2765 #7d27bb

Monochromatic Colors of #bb27af

#bb27af

Complementary Color

#bb27af #27bb33

#bb27af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb27af Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb27af Color CSS Codes

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

#bb27af Text Font Color

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

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


#bb27af Background Color

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

This div background color is #bb27af


#bb27af Border Color

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

This div border color is #bb27af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb27af


Comments

No comments written yet.

Please login to write comment.