Color Hex Logo

#bb077d Color Hex

#BB077D
(187,7,125)
0 Favorites   0 Comments

Color spaces of #bb077d

RGB 1877125
HSL0.890.930.38
HSV321°96°73°
CMYK 0.000.960.33   0.27
XYZ24.271212.197420.4771
Yxy12.19740.42620.2142
Hunter Lab34.924862.9314-10.3156
CIE-Lab41.528269.2492-15.3999

#bb077d color RGB value is (187,7,125).

#bb077d hex color red value is 187, green value is 7 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #bb077d hue: 0.89 , saturation: 0.93 and the lightness value of bb077d is 0.38.

The process color (four color CMYK) of #bb077d color hex is 0.00, 0.96, 0.33, 0.27. Web safe color of #bb077d is #cc0066. Color #bb077d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00000111 01111101
Octal 273 7 175
Decimal 187 7 125
Hex BB 7 7D

RGB Percentages of Color #bb077d

%58.62
%2.19
%39.18

CMYK Percentages of Color #bb077d

%0
%96
%33
%27

Triadic Colors of #bb077d

#bb077d #7dbb07 #077dbb

Analogous Colors of #bb077d

#bb077d #bb0723 #9f07bb

Monochromatic Colors of #bb077d

#bb077d

Complementary Color

#bb077d #07bb45

#bb077d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb077d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb077d Color CSS Codes

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

#bb077d Text Font Color

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

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


#bb077d Background Color

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

This div background color is #bb077d


#bb077d Border Color

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

This div border color is #bb077d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb077d


Comments

No comments written yet.

Please login to write comment.