Color Hex Logo

#bd74ac Color Hex

#BD74AC
(189,116,172)
0 Favorites   0 Comments

Color spaces of #bd74ac

RGB 189116172
HSL0.870.360.60
HSV314°39°74°
CMYK 0.000.390.09   0.26
XYZ34.678126.288242.2761
Yxy26.28820.33590.2546
Hunter Lab51.272031.0034-12.9969
CIE-Lab58.309636.9802-17.7866

#bd74ac color RGB value is (189,116,172).

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

The process color (four color CMYK) of #bd74ac color hex is 0.00, 0.39, 0.09, 0.26. Web safe color of #bd74ac is #cc6699. Color #bd74ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01110100 10101100
Octal 275 164 254
Decimal 189 116 172
Hex BD 74 AC

RGB Percentages of Color #bd74ac

%39.62
%24.32
%36.06

CMYK Percentages of Color #bd74ac

%0
%39
%9
%26

Triadic Colors of #bd74ac

#bd74ac #acbd74 #74acbd

Analogous Colors of #bd74ac

#bd74ac #bd7488 #aa74bd

Monochromatic Colors of #bd74ac

#bd74ac

Complementary Color

#bd74ac #74bd85

#bd74ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd74ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd74ac Color CSS Codes

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

#bd74ac Text Font Color

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

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


#bd74ac Background Color

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

This div background color is #bd74ac


#bd74ac Border Color

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

This div border color is #bd74ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd74ac


Comments

No comments written yet.

Please login to write comment.