Color Hex Logo

#bd14aa Color Hex

#BD14AA
(189,20,170)
0 Favorites   0 Comments

Color spaces of #bd14aa

RGB 18920170
HSL0.850.810.41
HSV307°89°74°
CMYK 0.000.890.10   0.26
XYZ28.492114.221439.2735
Yxy14.22140.34750.1735
Hunter Lab37.711368.8679-35.3483
CIE-Lab44.548873.6442-37.9727

#bd14aa color RGB value is (189,20,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00010100 10101010
Octal 275 24 252
Decimal 189 20 170
Hex BD 14 AA

RGB Percentages of Color #bd14aa

%49.87
%5.28
%44.85

CMYK Percentages of Color #bd14aa

%0
%89
%10
%26

Triadic Colors of #bd14aa

#bd14aa #aabd14 #14aabd

Analogous Colors of #bd14aa

#bd14aa #bd1455 #7c14bd

Monochromatic Colors of #bd14aa

#bd14aa

Complementary Color

#bd14aa #14bd27

#bd14aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd14aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd14aa Color CSS Codes

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

#bd14aa Text Font Color

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

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


#bd14aa Background Color

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

This div background color is #bd14aa


#bd14aa Border Color

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

This div border color is #bd14aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd14aa


Comments

No comments written yet.

Please login to write comment.