Color Hex Logo

#bb626f Color Hex

#BB626F
(187,98,111)
0 Favorites   0 Comments

Color spaces of #bb626f

RGB 18798111
HSL0.980.400.56
HSV351°48°73°
CMYK 0.000.480.41   0.27
XYZ27.730420.447917.5242
Yxy20.44790.42210.3112
Hunter Lab45.219430.32988.6764
CIE-Lab52.339937.05309.0373

#bb626f color RGB value is (187,98,111).

#bb626f hex color red value is 187, green value is 98 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #bb626f hue: 0.98 , saturation: 0.40 and the lightness value of bb626f is 0.56.

The process color (four color CMYK) of #bb626f color hex is 0.00, 0.48, 0.41, 0.27. Web safe color of #bb626f is #cc6666. Color #bb626f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01100010 01101111
Octal 273 142 157
Decimal 187 98 111
Hex BB 62 6F

RGB Percentages of Color #bb626f

%47.22
%24.75
%28.03

CMYK Percentages of Color #bb626f

%0
%48
%41
%27

Triadic Colors of #bb626f

#bb626f #6fbb62 #626fbb

Analogous Colors of #bb626f

#bb626f #bb8262 #bb629c

Monochromatic Colors of #bb626f

#bb626f

Complementary Color

#bb626f #62bbae

#bb626f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb626f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb626f Color CSS Codes

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

#bb626f Text Font Color

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

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


#bb626f Background Color

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

This div background color is #bb626f


#bb626f Border Color

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

This div border color is #bb626f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb626f


Comments

No comments written yet.

Please login to write comment.