Color Hex Logo

#bd62ac Color Hex

#BD62AC
(189,98,172)
0 Favorites   0 Comments

Color spaces of #bd62ac

RGB 18998172
HSL0.860.410.56
HSV311°48°74°
CMYK 0.000.480.09   0.26
XYZ32.800322.532741.6502
Yxy22.53270.33820.2323
Hunter Lab47.468640.2715-18.7945
CIE-Lab54.587746.4540-23.4800

#bd62ac color RGB value is (189,98,172).

#bd62ac hex color red value is 189, green value is 98 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #bd62ac hue: 0.86 , saturation: 0.41 and the lightness value of bd62ac is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01100010 10101100
Octal 275 142 254
Decimal 189 98 172
Hex BD 62 AC

RGB Percentages of Color #bd62ac

%41.18
%21.35
%37.47

CMYK Percentages of Color #bd62ac

%0
%48
%9
%26

Triadic Colors of #bd62ac

#bd62ac #acbd62 #62acbd

Analogous Colors of #bd62ac

#bd62ac #bd627f #a162bd

Monochromatic Colors of #bd62ac

#bd62ac

Complementary Color

#bd62ac #62bd73

#bd62ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd62ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd62ac Color CSS Codes

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

#bd62ac Text Font Color

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

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


#bd62ac Background Color

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

This div background color is #bd62ac


#bd62ac Border Color

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

This div border color is #bd62ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd62ac


Comments

No comments written yet.

Please login to write comment.