Color Hex Logo

#bd34aa Color Hex

#BD34AA
(189,52,170)
0 Favorites   0 Comments

Color spaces of #bd34aa

RGB 18952170
HSL0.860.570.47
HSV308°72°74°
CMYK 0.000.720.10   0.26
XYZ29.470016.177139.5995
Yxy16.17710.34570.1898
Hunter Lab40.220860.4017-30.2196
CIE-Lab47.206065.9762-33.7842

#bd34aa color RGB value is (189,52,170).

#bd34aa hex color red value is 189, green value is 52 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #bd34aa hue: 0.86 , saturation: 0.57 and the lightness value of bd34aa is 0.47.

The process color (four color CMYK) of #bd34aa color hex is 0.00, 0.72, 0.10, 0.26. Web safe color of #bd34aa is #cc3399. Color #bd34aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00110100 10101010
Octal 275 64 252
Decimal 189 52 170
Hex BD 34 AA

RGB Percentages of Color #bd34aa

%45.99
%12.65
%41.36

CMYK Percentages of Color #bd34aa

%0
%72
%10
%26

Triadic Colors of #bd34aa

#bd34aa #aabd34 #34aabd

Analogous Colors of #bd34aa

#bd34aa #bd3466 #8c34bd

Monochromatic Colors of #bd34aa

#bd34aa

Complementary Color

#bd34aa #34bd47

#bd34aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd34aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd34aa Color CSS Codes

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

#bd34aa Text Font Color

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

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


#bd34aa Background Color

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

This div background color is #bd34aa


#bd34aa Border Color

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

This div border color is #bd34aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd34aa


Comments

No comments written yet.

Please login to write comment.