Color Hex Logo

#bd14ac Color Hex

#BD14AC
(189,20,172)
0 Favorites   0 Comments

Color spaces of #bd14ac

RGB 18920172
HSL0.850.810.41
HSV306°89°74°
CMYK 0.000.890.09   0.26
XYZ28.682814.297740.2777
Yxy14.29770.34450.1717
Hunter Lab37.812369.2310-36.6872
CIE-Lab44.656973.9232-38.9896

#bd14ac color RGB value is (189,20,172).

#bd14ac hex color red value is 189, green value is 20 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #bd14ac hue: 0.85 , saturation: 0.81 and the lightness value of bd14ac is 0.41.

The process color (four color CMYK) of #bd14ac color hex is 0.00, 0.89, 0.09, 0.26. Web safe color of #bd14ac is #cc0099. Color #bd14ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00010100 10101100
Octal 275 24 254
Decimal 189 20 172
Hex BD 14 AC

RGB Percentages of Color #bd14ac

%49.61
%5.25
%45.14

CMYK Percentages of Color #bd14ac

%0
%89
%9
%26

Triadic Colors of #bd14ac

#bd14ac #acbd14 #14acbd

Analogous Colors of #bd14ac

#bd14ac #bd1457 #7a14bd

Monochromatic Colors of #bd14ac

#bd14ac

Complementary Color

#bd14ac #14bd25

#bd14ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd14ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd14ac Color CSS Codes

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

#bd14ac Text Font Color

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

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


#bd14ac Background Color

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

This div background color is #bd14ac


#bd14ac Border Color

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

This div border color is #bd14ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd14ac


Comments

No comments written yet.

Please login to write comment.