Color Hex Logo

#bb1eaf Color Hex

#BB1EAF
(187,30,175)
0 Favorites   0 Comments

Color spaces of #bb1eaf

RGB 18730175
HSL0.850.720.43
HSV305°84°73°
CMYK 0.000.840.06   0.27
XYZ28.695714.588541.8609
Yxy14.58850.33700.1713
Hunter Lab38.194967.2654-38.2443
CIE-Lab45.065472.2128-40.1423

#bb1eaf color RGB value is (187,30,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00011110 10101111
Octal 273 36 257
Decimal 187 30 175
Hex BB 1E AF

RGB Percentages of Color #bb1eaf

%47.70
%7.65
%44.64

CMYK Percentages of Color #bb1eaf

%0
%84
%6
%27

Triadic Colors of #bb1eaf

#bb1eaf #afbb1e #1eafbb

Analogous Colors of #bb1eaf

#bb1eaf #bb1e61 #791ebb

Monochromatic Colors of #bb1eaf

#bb1eaf

Complementary Color

#bb1eaf #1ebb2a

#bb1eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb1eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb1eaf Color CSS Codes

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

#bb1eaf Text Font Color

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

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


#bb1eaf Background Color

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

This div background color is #bb1eaf


#bb1eaf Border Color

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

This div border color is #bb1eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb1eaf


Comments

No comments written yet.

Please login to write comment.