Color Hex Logo

#bd639d Color Hex

#BD639D
(189,99,157)
0 Favorites   0 Comments

Color spaces of #bd639d

RGB 18999157
HSL0.890.410.56
HSV321°48°74°
CMYK 0.000.480.17   0.26
XYZ31.533922.176834.5168
Yxy22.17680.35740.2514
Hunter Lab47.092237.1157-10.4927
CIE-Lab54.214143.4914-15.3116

#bd639d color RGB value is (189,99,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01100011 10011101
Octal 275 143 235
Decimal 189 99 157
Hex BD 63 9D

RGB Percentages of Color #bd639d

%42.47
%22.25
%35.28

CMYK Percentages of Color #bd639d

%0
%48
%17
%26

Triadic Colors of #bd639d

#bd639d #9dbd63 #639dbd

Analogous Colors of #bd639d

#bd639d #bd6370 #b063bd

Monochromatic Colors of #bd639d

#bd639d

Complementary Color

#bd639d #63bd83

#bd639d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd639d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd639d Color CSS Codes

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

#bd639d Text Font Color

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

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


#bd639d Background Color

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

This div background color is #bd639d


#bd639d Border Color

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

This div border color is #bd639d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd639d


Comments

No comments written yet.

Please login to write comment.