Color Hex Logo

#bd47af Color Hex

#BD47AF
(189,71,175)
0 Favorites   0 Comments

Color spaces of #bd47af

RGB 18971175
HSL0.850.470.51
HSV307°62°74°
CMYK 0.000.620.07   0.26
XYZ30.977418.420442.4803
Yxy18.42040.33720.2005
Hunter Lab42.919053.7267-28.6407
CIE-Lab50.002159.5983-32.3444

#bd47af color RGB value is (189,71,175).

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

The process color (four color CMYK) of #bd47af color hex is 0.00, 0.62, 0.07, 0.26. Web safe color of #bd47af is #cc3399. Color #bd47af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01000111 10101111
Octal 275 107 257
Decimal 189 71 175
Hex BD 47 AF

RGB Percentages of Color #bd47af

%43.45
%16.32
%40.23

CMYK Percentages of Color #bd47af

%0
%62
%7
%26

Triadic Colors of #bd47af

#bd47af #afbd47 #47afbd

Analogous Colors of #bd47af

#bd47af #bd4774 #9047bd

Monochromatic Colors of #bd47af

#bd47af

Complementary Color

#bd47af #47bd55

#bd47af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd47af Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd47af Color CSS Codes

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

#bd47af Text Font Color

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

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


#bd47af Background Color

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

This div background color is #bd47af


#bd47af Border Color

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

This div border color is #bd47af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd47af


Comments

No comments written yet.

Please login to write comment.