Color Hex Logo

#bd616b Color Hex

#BD616B
(189,97,107)
0 Favorites   0 Comments

Color spaces of #bd616b

RGB 18997107
HSL0.980.410.56
HSV353°49°74°
CMYK 0.000.490.43   0.26
XYZ27.914820.429716.3820
Yxy20.42970.43130.3156
Hunter Lab45.199231.142010.1504
CIE-Lab52.319637.873811.4192

#bd616b color RGB value is (189,97,107).

#bd616b hex color red value is 189, green value is 97 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #bd616b hue: 0.98 , saturation: 0.41 and the lightness value of bd616b is 0.56.

The process color (four color CMYK) of #bd616b color hex is 0.00, 0.49, 0.43, 0.26. Web safe color of #bd616b is #cc6666. Color #bd616b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01100001 01101011
Octal 275 141 153
Decimal 189 97 107
Hex BD 61 6B

RGB Percentages of Color #bd616b

%48.09
%24.68
%27.23

CMYK Percentages of Color #bd616b

%0
%49
%43
%26

Triadic Colors of #bd616b

#bd616b #6bbd61 #616bbd

Analogous Colors of #bd616b

#bd616b #bd8561 #bd6199

Monochromatic Colors of #bd616b

#bd616b

Complementary Color

#bd616b #61bdb3

#bd616b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd616b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd616b Color CSS Codes

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

#bd616b Text Font Color

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

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


#bd616b Background Color

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

This div background color is #bd616b


#bd616b Border Color

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

This div border color is #bd616b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(189,97,107, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bd616b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bd616b;
  -webkit-box-shadow: 1px 1px 3px 2px #bd616b;
  box-shadow:         1px 1px 3px 2px #bd616b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,97,107, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd616b


Comments

No comments written yet.

Please login to write comment.