Color Hex Logo

#bd1aae Color Hex

#BD1AAE
(189,26,174)
0 Favorites   0 Comments

Color spaces of #bd1aae

RGB 18926174
HSL0.850.760.42
HSV306°86°74°
CMYK 0.000.860.08   0.26
XYZ28.995614.613641.3369
Yxy14.61360.34130.1720
Hunter Lab38.227768.4931-37.3528
CIE-Lab45.100473.2264-39.4726

#bd1aae color RGB value is (189,26,174).

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

The process color (four color CMYK) of #bd1aae color hex is 0.00, 0.86, 0.08, 0.26. Web safe color of #bd1aae is #cc3399. Color #bd1aae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00011010 10101110
Octal 275 32 256
Decimal 189 26 174
Hex BD 1A AE

RGB Percentages of Color #bd1aae

%48.59
%6.68
%44.73

CMYK Percentages of Color #bd1aae

%0
%86
%8
%26

Triadic Colors of #bd1aae

#bd1aae #aebd1a #1aaebd

Analogous Colors of #bd1aae

#bd1aae #bd1a5c #7b1abd

Monochromatic Colors of #bd1aae

#bd1aae

Complementary Color

#bd1aae #1abd29

#bd1aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd1aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd1aae Color CSS Codes

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

#bd1aae Text Font Color

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

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


#bd1aae Background Color

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

This div background color is #bd1aae


#bd1aae Border Color

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

This div border color is #bd1aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd1aae


Comments

No comments written yet.

Please login to write comment.