Color Hex Logo

#bd00ae Color Hex

#BD00AE
(189,0,174)
0 Favorites   0 Comments

Color spaces of #bd00ae

RGB 1890174
HSL0.851.000.37
HSV305°100°74°
CMYK 0.001.000.08   0.26
XYZ28.626213.874841.2137
Yxy13.87480.34190.1657
Hunter Lab37.248971.9937-39.5267
CIE-Lab44.052876.3061-41.1346

#bd00ae color RGB value is (189,0,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00000000 10101110
Octal 275 0 256
Decimal 189 0 174
Hex BD 0 AE

RGB Percentages of Color #bd00ae

%52.07
%0.00
%47.93

CMYK Percentages of Color #bd00ae

%0
%100
%8
%26

Triadic Colors of #bd00ae

#bd00ae #aebd00 #00aebd

Analogous Colors of #bd00ae

#bd00ae #bd0050 #6e00bd

Monochromatic Colors of #bd00ae

#bd00ae

Complementary Color

#bd00ae #00bd0f

#bd00ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd00ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd00ae Color CSS Codes

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

#bd00ae Text Font Color

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

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


#bd00ae Background Color

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

This div background color is #bd00ae


#bd00ae Border Color

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

This div border color is #bd00ae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,0,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 #bd00ae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd00ae


Comments

No comments written yet.

Please login to write comment.