Color Hex Logo

#bd0aae Color Hex

#BD0AAE
(189,10,174)
0 Favorites   0 Comments

Color spaces of #bd0aae

RGB 18910174
HSL0.850.900.39
HSV305°95°74°
CMYK 0.000.950.08   0.26
XYZ28.734814.091941.2499
Yxy14.09190.34180.1676
Hunter Lab37.539270.9413-38.8733
CIE-Lab44.364475.3863-40.6397

#bd0aae color RGB value is (189,10,174).

#bd0aae hex color red value is 189, green value is 10 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #bd0aae hue: 0.85 , saturation: 0.90 and the lightness value of bd0aae is 0.39.

The process color (four color CMYK) of #bd0aae color hex is 0.00, 0.95, 0.08, 0.26. Web safe color of #bd0aae is #cc0099. Color #bd0aae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00001010 10101110
Octal 275 12 256
Decimal 189 10 174
Hex BD A AE

RGB Percentages of Color #bd0aae

%50.67
%2.68
%46.65

CMYK Percentages of Color #bd0aae

%0
%95
%8
%26

Triadic Colors of #bd0aae

#bd0aae #aebd0a #0aaebd

Analogous Colors of #bd0aae

#bd0aae #bd0a54 #730abd

Monochromatic Colors of #bd0aae

#bd0aae

Complementary Color

#bd0aae #0abd19

#bd0aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd0aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd0aae Color CSS Codes

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

#bd0aae Text Font Color

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

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


#bd0aae Background Color

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

This div background color is #bd0aae


#bd0aae Border Color

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

This div border color is #bd0aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd0aae


Comments

No comments written yet.

Please login to write comment.