Color Hex Logo

#bd197b Color Hex

#BD197B
(189,25,123)
0 Favorites   0 Comments

Color spaces of #bd197b

RGB 18925123
HSL0.900.770.42
HSV324°87°74°
CMYK 0.000.870.35   0.26
XYZ24.909012.944119.9245
Yxy12.94410.43110.2240
Hunter Lab35.977960.6216-7.6502
CIE-Lab42.678967.0437-12.3756

#bd197b color RGB value is (189,25,123).

#bd197b hex color red value is 189, green value is 25 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #bd197b hue: 0.90 , saturation: 0.77 and the lightness value of bd197b is 0.42.

The process color (four color CMYK) of #bd197b color hex is 0.00, 0.87, 0.35, 0.26. Web safe color of #bd197b is #cc0066. Color #bd197b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00011001 01111011
Octal 275 31 173
Decimal 189 25 123
Hex BD 19 7B

RGB Percentages of Color #bd197b

%56.08
%7.42
%36.50

CMYK Percentages of Color #bd197b

%0
%87
%35
%26

Triadic Colors of #bd197b

#bd197b #7bbd19 #197bbd

Analogous Colors of #bd197b

#bd197b #bd1929 #ad19bd

Monochromatic Colors of #bd197b

#bd197b

Complementary Color

#bd197b #19bd5b

#bd197b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd197b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd197b Color CSS Codes

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

#bd197b Text Font Color

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

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


#bd197b Background Color

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

This div background color is #bd197b


#bd197b Border Color

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

This div border color is #bd197b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd197b


Comments

No comments written yet.

Please login to write comment.