Color Hex Logo

#bd196c Color Hex

#BD196C
(189,25,108)
0 Favorites   0 Comments

Color spaces of #bd196c

RGB 18925108
HSL0.920.770.42
HSV330°87°74°
CMYK 0.000.870.43   0.26
XYZ24.040712.596815.3517
Yxy12.59680.46240.2423
Hunter Lab35.492058.7971-0.8009
CIE-Lab42.149365.5644-3.8373

#bd196c color RGB value is (189,25,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00011001 01101100
Octal 275 31 154
Decimal 189 25 108
Hex BD 19 6C

RGB Percentages of Color #bd196c

%58.70
%7.76
%33.54

CMYK Percentages of Color #bd196c

%0
%87
%43
%26

Triadic Colors of #bd196c

#bd196c #6cbd19 #196cbd

Analogous Colors of #bd196c

#bd196c #bd191a #bc19bd

Monochromatic Colors of #bd196c

#bd196c

Complementary Color

#bd196c #19bd6a

#bd196c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd196c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd196c Color CSS Codes

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

#bd196c Text Font Color

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

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


#bd196c Background Color

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

This div background color is #bd196c


#bd196c Border Color

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

This div border color is #bd196c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd196c


Comments

No comments written yet.

Please login to write comment.