Color Hex Logo

#bd63ac Color Hex

#BD63AC
(189,99,172)
0 Favorites   0 Comments

Color spaces of #bd63ac

RGB 18999172
HSL0.860.410.56
HSV311°48°74°
CMYK 0.000.480.09   0.26
XYZ32.894522.721141.6816
Yxy22.72110.33810.2335
Hunter Lab47.666739.7652-18.4789
CIE-Lab54.783945.9438-23.1782

#bd63ac color RGB value is (189,99,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01100011 10101100
Octal 275 143 254
Decimal 189 99 172
Hex BD 63 AC

RGB Percentages of Color #bd63ac

%41.09
%21.52
%37.39

CMYK Percentages of Color #bd63ac

%0
%48
%9
%26

Triadic Colors of #bd63ac

#bd63ac #acbd63 #63acbd

Analogous Colors of #bd63ac

#bd63ac #bd637f #a163bd

Monochromatic Colors of #bd63ac

#bd63ac

Complementary Color

#bd63ac #63bd74

#bd63ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd63ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd63ac Color CSS Codes

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

#bd63ac Text Font Color

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

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


#bd63ac Background Color

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

This div background color is #bd63ac


#bd63ac Border Color

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

This div border color is #bd63ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd63ac


Comments

No comments written yet.

Please login to write comment.