Color Hex Logo

#bd4fad Color Hex

#BD4FAD
(189,79,173)
0 Favorites   0 Comments

Color spaces of #bd4fad

RGB 18979173
HSL0.860.450.53
HSV309°58°74°
CMYK 0.000.580.08   0.26
XYZ31.325119.427941.6341
Yxy19.42790.33910.2103
Hunter Lab44.077149.7231-25.1499
CIE-Lab51.184155.7860-29.3296

#bd4fad color RGB value is (189,79,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01001111 10101101
Octal 275 117 255
Decimal 189 79 173
Hex BD 4F AD

RGB Percentages of Color #bd4fad

%42.86
%17.91
%39.23

CMYK Percentages of Color #bd4fad

%0
%58
%8
%26

Triadic Colors of #bd4fad

#bd4fad #adbd4f #4fadbd

Analogous Colors of #bd4fad

#bd4fad #bd4f76 #964fbd

Monochromatic Colors of #bd4fad

#bd4fad

Complementary Color

#bd4fad #4fbd5f

#bd4fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd4fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd4fad Color CSS Codes

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

#bd4fad Text Font Color

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

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


#bd4fad Background Color

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

This div background color is #bd4fad


#bd4fad Border Color

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

This div border color is #bd4fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd4fad


Comments

No comments written yet.

Please login to write comment.