Color Hex Logo

#bb627d Color Hex

#BB627D
(187,98,125)
0 Favorites   0 Comments

Color spaces of #bb627d

RGB 18798125
HSL0.950.400.56
HSV342°48°73°
CMYK 0.000.480.33   0.27
XYZ28.562920.780821.9077
Yxy20.78080.40090.2917
Hunter Lab45.586032.06773.4166
CIE-Lab52.708838.74891.2684

#bb627d color RGB value is (187,98,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01100010 01111101
Octal 273 142 175
Decimal 187 98 125
Hex BB 62 7D

RGB Percentages of Color #bb627d

%45.61
%23.90
%30.49

CMYK Percentages of Color #bb627d

%0
%48
%33
%27

Triadic Colors of #bb627d

#bb627d #7dbb62 #627dbb

Analogous Colors of #bb627d

#bb627d #bb7462 #bb62aa

Monochromatic Colors of #bb627d

#bb627d

Complementary Color

#bb627d #62bba0

#bb627d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb627d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb627d Color CSS Codes

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

#bb627d Text Font Color

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

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


#bb627d Background Color

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

This div background color is #bb627d


#bb627d Border Color

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

This div border color is #bb627d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb627d


Comments

No comments written yet.

Please login to write comment.