Color Hex Logo

#bd69ad Color Hex

#BD69AD
(189,105,173)
0 Favorites   0 Comments

Color spaces of #bd69ad

RGB 189105173
HSL0.870.390.58
HSV311°44°74°
CMYK 0.000.440.08   0.26
XYZ33.580723.939142.3860
Yxy23.93910.33610.2396
Hunter Lab48.927636.8874-17.1136
CIE-Lab56.026843.0108-21.8488

#bd69ad color RGB value is (189,105,173).

#bd69ad hex color red value is 189, green value is 105 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #bd69ad hue: 0.87 , saturation: 0.39 and the lightness value of bd69ad is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01101001 10101101
Octal 275 151 255
Decimal 189 105 173
Hex BD 69 AD

RGB Percentages of Color #bd69ad

%40.47
%22.48
%37.04

CMYK Percentages of Color #bd69ad

%0
%44
%8
%26

Triadic Colors of #bd69ad

#bd69ad #adbd69 #69adbd

Analogous Colors of #bd69ad

#bd69ad #bd6983 #a369bd

Monochromatic Colors of #bd69ad

#bd69ad

Complementary Color

#bd69ad #69bd79

#bd69ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd69ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd69ad Color CSS Codes

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

#bd69ad Text Font Color

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

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


#bd69ad Background Color

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

This div background color is #bd69ad


#bd69ad Border Color

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

This div border color is #bd69ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd69ad


Comments

No comments written yet.

Please login to write comment.