Color Hex Logo

#bd77ad Color Hex

#BD77AD
(189,119,173)
0 Favorites   0 Comments

Color spaces of #bd77ad

RGB 189119173
HSL0.870.350.60
HSV314°37°74°
CMYK 0.000.370.08   0.26
XYZ35.125927.029642.9011
Yxy27.02960.33440.2573
Hunter Lab51.990029.6171-12.5319
CIE-Lab59.001735.5282-17.3088

#bd77ad color RGB value is (189,119,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01110111 10101101
Octal 275 167 255
Decimal 189 119 173
Hex BD 77 AD

RGB Percentages of Color #bd77ad

%39.29
%24.74
%35.97

CMYK Percentages of Color #bd77ad

%0
%37
%8
%26

Triadic Colors of #bd77ad

#bd77ad #adbd77 #77adbd

Analogous Colors of #bd77ad

#bd77ad #bd778a #aa77bd

Monochromatic Colors of #bd77ad

#bd77ad

Complementary Color

#bd77ad #77bd87

#bd77ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd77ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd77ad Color CSS Codes

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

#bd77ad Text Font Color

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

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


#bd77ad Background Color

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

This div background color is #bd77ad


#bd77ad Border Color

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

This div border color is #bd77ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd77ad


Comments

No comments written yet.

Please login to write comment.