Color Hex Logo

#bd34ab Color Hex

#BD34AB
(189,52,171)
0 Favorites   0 Comments

Color spaces of #bd34ab

RGB 18952171
HSL0.860.570.47
HSV308°72°74°
CMYK 0.000.720.10   0.26
XYZ29.564916.215140.0997
Yxy16.21510.34430.1888
Hunter Lab40.268060.5864-30.8546
CIE-Lab47.255466.1259-34.2975

#bd34ab color RGB value is (189,52,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00110100 10101011
Octal 275 64 253
Decimal 189 52 171
Hex BD 34 AB

RGB Percentages of Color #bd34ab

%45.87
%12.62
%41.50

CMYK Percentages of Color #bd34ab

%0
%72
%10
%26

Triadic Colors of #bd34ab

#bd34ab #abbd34 #34abbd

Analogous Colors of #bd34ab

#bd34ab #bd3467 #8b34bd

Monochromatic Colors of #bd34ab

#bd34ab

Complementary Color

#bd34ab #34bd46

#bd34ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd34ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd34ab Color CSS Codes

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

#bd34ab Text Font Color

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

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


#bd34ab Background Color

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

This div background color is #bd34ab


#bd34ab Border Color

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

This div border color is #bd34ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd34ab


Comments

No comments written yet.

Please login to write comment.