Color Hex Logo

#bd34ad Color Hex

#BD34AD
(189,52,173)
0 Favorites   0 Comments

Color spaces of #bd34ad

RGB 18952173
HSL0.850.570.47
HSV307°72°74°
CMYK 0.000.720.08   0.26
XYZ29.757116.291941.1114
Yxy16.29190.34140.1869
Hunter Lab40.363260.9604-32.1347
CIE-Lab47.355166.4286-35.3212

#bd34ad color RGB value is (189,52,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00110100 10101101
Octal 275 64 255
Decimal 189 52 173
Hex BD 34 AD

RGB Percentages of Color #bd34ad

%45.65
%12.56
%41.79

CMYK Percentages of Color #bd34ad

%0
%72
%8
%26

Triadic Colors of #bd34ad

#bd34ad #adbd34 #34adbd

Analogous Colors of #bd34ad

#bd34ad #bd3469 #8934bd

Monochromatic Colors of #bd34ad

#bd34ad

Complementary Color

#bd34ad #34bd44

#bd34ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd34ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd34ad Color CSS Codes

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

#bd34ad Text Font Color

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

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


#bd34ad Background Color

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

This div background color is #bd34ad


#bd34ad Border Color

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

This div border color is #bd34ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd34ad


Comments

No comments written yet.

Please login to write comment.