Color Hex Logo

#bd198a Color Hex

#BD198A
(189,25,138)
0 Favorites   0 Comments

Color spaces of #bd198a

RGB 18925138
HSL0.890.770.42
HSV319°87°74°
CMYK 0.000.870.27   0.26
XYZ25.921313.349125.2552
Yxy13.34910.40170.2069
Hunter Lab36.536462.7007-15.4077
CIE-Lab43.284668.7100-20.6687

#bd198a color RGB value is (189,25,138).

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

The process color (four color CMYK) of #bd198a color hex is 0.00, 0.87, 0.27, 0.26. Web safe color of #bd198a is #cc0099. Color #bd198a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00011001 10001010
Octal 275 31 212
Decimal 189 25 138
Hex BD 19 8A

RGB Percentages of Color #bd198a

%53.69
%7.10
%39.20

CMYK Percentages of Color #bd198a

%0
%87
%27
%26

Triadic Colors of #bd198a

#bd198a #8abd19 #198abd

Analogous Colors of #bd198a

#bd198a #bd1938 #9e19bd

Monochromatic Colors of #bd198a

#bd198a

Complementary Color

#bd198a #19bd4c

#bd198a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd198a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd198a Color CSS Codes

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

#bd198a Text Font Color

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

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


#bd198a Background Color

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

This div background color is #bd198a


#bd198a Border Color

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

This div border color is #bd198a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd198a


Comments

No comments written yet.

Please login to write comment.