Color Hex Logo

#bd638c Color Hex

#BD638C
(189,99,140)
0 Favorites   0 Comments

Color spaces of #bd638c

RGB 18999140
HSL0.920.410.56
HSV333°48°74°
CMYK 0.000.480.26   0.26
XYZ30.181721.635927.3963
Yxy21.63590.38100.2731
Hunter Lab46.514434.4227-2.3609
CIE-Lab53.638540.9523-6.1959

#bd638c color RGB value is (189,99,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01100011 10001100
Octal 275 143 214
Decimal 189 99 140
Hex BD 63 8C

RGB Percentages of Color #bd638c

%44.16
%23.13
%32.71

CMYK Percentages of Color #bd638c

%0
%48
%26
%26

Triadic Colors of #bd638c

#bd638c #8cbd63 #638cbd

Analogous Colors of #bd638c

#bd638c #bd6763 #bd63b9

Monochromatic Colors of #bd638c

#bd638c

Complementary Color

#bd638c #63bd94

#bd638c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd638c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd638c Color CSS Codes

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

#bd638c Text Font Color

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

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


#bd638c Background Color

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

This div background color is #bd638c


#bd638c Border Color

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

This div border color is #bd638c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd638c


Comments

No comments written yet.

Please login to write comment.