Color Hex Logo

#bb3eaf Color Hex

#BB3EAF
(187,62,175)
0 Favorites   0 Comments

Color spaces of #bb3eaf

RGB 18762175
HSL0.850.500.49
HSV306°67°73°
CMYK 0.000.670.06   0.27
XYZ29.954017.105242.2803
Yxy17.10520.33530.1915
Hunter Lab41.358456.9020-31.6607
CIE-Lab48.392362.7053-34.8902

#bb3eaf color RGB value is (187,62,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 00111110 10101111
Octal 273 76 257
Decimal 187 62 175
Hex BB 3E AF

RGB Percentages of Color #bb3eaf

%44.10
%14.62
%41.27

CMYK Percentages of Color #bb3eaf

%0
%67
%6
%27

Triadic Colors of #bb3eaf

#bb3eaf #afbb3e #3eafbb

Analogous Colors of #bb3eaf

#bb3eaf #bb3e71 #893ebb

Monochromatic Colors of #bb3eaf

#bb3eaf

Complementary Color

#bb3eaf #3ebb4a

#bb3eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb3eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb3eaf Color CSS Codes

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

#bb3eaf Text Font Color

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

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


#bb3eaf Background Color

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

This div background color is #bb3eaf


#bb3eaf Border Color

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

This div border color is #bb3eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb3eaf


Comments

No comments written yet.

Please login to write comment.