Color Hex Logo

#bd65ac Color Hex

#BD65AC
(189,101,172)
0 Favorites   0 Comments

Color spaces of #bd65ac

RGB 189101172
HSL0.870.400.57
HSV312°47°74°
CMYK 0.000.470.09   0.26
XYZ33.086323.104741.7455
Yxy23.10470.33780.2359
Hunter Lab48.067338.7494-17.8450
CIE-Lab55.180044.9173-22.5694

#bd65ac color RGB value is (189,101,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01100101 10101100
Octal 275 145 254
Decimal 189 101 172
Hex BD 65 AC

RGB Percentages of Color #bd65ac

%40.91
%21.86
%37.23

CMYK Percentages of Color #bd65ac

%0
%47
%9
%26

Triadic Colors of #bd65ac

#bd65ac #acbd65 #65acbd

Analogous Colors of #bd65ac

#bd65ac #bd6580 #a265bd

Monochromatic Colors of #bd65ac

#bd65ac

Complementary Color

#bd65ac #65bd76

#bd65ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd65ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd65ac Color CSS Codes

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

#bd65ac Text Font Color

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

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


#bd65ac Background Color

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

This div background color is #bd65ac


#bd65ac Border Color

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

This div border color is #bd65ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd65ac


Comments

No comments written yet.

Please login to write comment.