Color Hex Logo

#bd62ad Color Hex

#BD62AD
(189,98,173)
0 Favorites   0 Comments

Color spaces of #bd62ad

RGB 18998173
HSL0.860.410.56
HSV311°48°74°
CMYK 0.000.480.08   0.26
XYZ32.896822.571342.1580
Yxy22.57130.33700.2312
Hunter Lab47.509340.4574-19.3553
CIE-Lab54.628046.6239-23.9982

#bd62ad color RGB value is (189,98,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01100010 10101101
Octal 275 142 255
Decimal 189 98 173
Hex BD 62 AD

RGB Percentages of Color #bd62ad

%41.09
%21.30
%37.61

CMYK Percentages of Color #bd62ad

%0
%48
%8
%26

Triadic Colors of #bd62ad

#bd62ad #adbd62 #62adbd

Analogous Colors of #bd62ad

#bd62ad #bd6280 #a062bd

Monochromatic Colors of #bd62ad

#bd62ad

Complementary Color

#bd62ad #62bd72

#bd62ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd62ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd62ad Color CSS Codes

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

#bd62ad Text Font Color

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

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


#bd62ad Background Color

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

This div background color is #bd62ad


#bd62ad Border Color

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

This div border color is #bd62ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd62ad


Comments

No comments written yet.

Please login to write comment.