Color Hex Logo

#bb27cf Color Hex

#BB27CF
(187,39,207)
0 Favorites   0 Comments

Color spaces of #bb27cf

RGB 18739207
HSL0.810.680.48
HSV293°81°81°
CMYK 0.100.810.00   0.19
XYZ32.481516.520860.5084
Yxy16.52080.29660.1509
Hunter Lab40.645871.5156-59.8115
CIE-Lab47.650575.2159-54.6881

#bb27cf color RGB value is (187,39,207).

#bb27cf hex color red value is 187, green value is 39 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #bb27cf hue: 0.81 , saturation: 0.68 and the lightness value of bb27cf is 0.48.

The process color (four color CMYK) of #bb27cf color hex is 0.10, 0.81, 0.00, 0.19. Web safe color of #bb27cf is #cc33cc. Color #bb27cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00100111 11001111
Octal 273 47 317
Decimal 187 39 207
Hex BB 27 CF

RGB Percentages of Color #bb27cf

%43.19
%9.01
%47.81

CMYK Percentages of Color #bb27cf

%10
%81
%0
%19

Triadic Colors of #bb27cf

#bb27cf #cfbb27 #27cfbb

Analogous Colors of #bb27cf

#bb27cf #cf278f #6727cf

Monochromatic Colors of #bb27cf

#bb27cf

Complementary Color

#bb27cf #3bcf27

#bb27cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb27cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb27cf Color CSS Codes

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

#bb27cf Text Font Color

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

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


#bb27cf Background Color

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

This div background color is #bb27cf


#bb27cf Border Color

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

This div border color is #bb27cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb27cf


Comments

No comments written yet.

Please login to write comment.