Color Hex Logo

#bd5fad Color Hex

#BD5FAD
(189,95,173)
0 Favorites   0 Comments

Color spaces of #bd5fad

RGB 18995173
HSL0.860.420.56
HSV310°50°74°
CMYK 0.000.500.08   0.26
XYZ32.621322.020442.0662
Yxy22.02040.33730.2277
Hunter Lab46.925941.9668-20.3017
CIE-Lab54.048648.1384-24.8912

#bd5fad color RGB value is (189,95,173).

#bd5fad hex color red value is 189, green value is 95 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #bd5fad hue: 0.86 , saturation: 0.42 and the lightness value of bd5fad is 0.56.

The process color (four color CMYK) of #bd5fad color hex is 0.00, 0.50, 0.08, 0.26. Web safe color of #bd5fad is #cc6699. Color #bd5fad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01011111 10101101
Octal 275 137 255
Decimal 189 95 173
Hex BD 5F AD

RGB Percentages of Color #bd5fad

%41.36
%20.79
%37.86

CMYK Percentages of Color #bd5fad

%0
%50
%8
%26

Triadic Colors of #bd5fad

#bd5fad #adbd5f #5fadbd

Analogous Colors of #bd5fad

#bd5fad #bd5f7e #9e5fbd

Monochromatic Colors of #bd5fad

#bd5fad

Complementary Color

#bd5fad #5fbd6f

#bd5fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd5fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd5fad Color CSS Codes

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

#bd5fad Text Font Color

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

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


#bd5fad Background Color

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

This div background color is #bd5fad


#bd5fad Border Color

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

This div border color is #bd5fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd5fad


Comments

No comments written yet.

Please login to write comment.