Color Hex Logo

#bb2acf Color Hex

#BB2ACF
(187,42,207)
0 Favorites   0 Comments

Color spaces of #bb2acf

RGB 18742207
HSL0.810.660.49
HSV293°80°81°
CMYK 0.100.800.00   0.19
XYZ32.584016.725760.5425
Yxy16.72570.29660.1523
Hunter Lab40.897170.6468-59.1428
CIE-Lab47.912574.4536-54.2671

#bb2acf color RGB value is (187,42,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00101010 11001111
Octal 273 52 317
Decimal 187 42 207
Hex BB 2A CF

RGB Percentages of Color #bb2acf

%42.89
%9.63
%47.48

CMYK Percentages of Color #bb2acf

%10
%80
%0
%19

Triadic Colors of #bb2acf

#bb2acf #cfbb2a #2acfbb

Analogous Colors of #bb2acf

#bb2acf #cf2a91 #692acf

Monochromatic Colors of #bb2acf

#bb2acf

Complementary Color

#bb2acf #3ecf2a

#bb2acf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb2acf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb2acf Color CSS Codes

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

#bb2acf Text Font Color

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

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


#bb2acf Background Color

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

This div background color is #bb2acf


#bb2acf Border Color

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

This div border color is #bb2acf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb2acf


Comments

No comments written yet.

Please login to write comment.