Color Hex Logo

#bd10ae Color Hex

#BD10AE
(189,16,174)
0 Favorites   0 Comments

Color spaces of #bd10ae

RGB 18916174
HSL0.850.840.40
HSV305°92°74°
CMYK 0.000.920.08   0.26
XYZ28.811514.245441.2755
Yxy14.24540.34160.1689
Hunter Lab37.743170.2091-38.4189
CIE-Lab44.582874.7433-40.2931

#bd10ae color RGB value is (189,16,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00010000 10101110
Octal 275 20 256
Decimal 189 16 174
Hex BD 10 AE

RGB Percentages of Color #bd10ae

%49.87
%4.22
%45.91

CMYK Percentages of Color #bd10ae

%0
%92
%8
%26

Triadic Colors of #bd10ae

#bd10ae #aebd10 #10aebd

Analogous Colors of #bd10ae

#bd10ae #bd1057 #7610bd

Monochromatic Colors of #bd10ae

#bd10ae

Complementary Color

#bd10ae #10bd1f

#bd10ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd10ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd10ae Color CSS Codes

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

#bd10ae Text Font Color

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

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


#bd10ae Background Color

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

This div background color is #bd10ae


#bd10ae Border Color

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

This div border color is #bd10ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd10ae


Comments

No comments written yet.

Please login to write comment.