Color Hex Logo

#bd637e Color Hex

#BD637E
(189,99,126)
0 Favorites   0 Comments

Color spaces of #bd637e

RGB 18999126
HSL0.950.410.56
HSV342°48°74°
CMYK 0.000.480.33   0.26
XYZ29.214021.248922.3004
Yxy21.24890.40150.2920
Hunter Lab46.096532.45673.5845
CIE-Lab53.220839.06731.4552

#bd637e color RGB value is (189,99,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01100011 01111110
Octal 275 143 176
Decimal 189 99 126
Hex BD 63 7E

RGB Percentages of Color #bd637e

%45.65
%23.91
%30.43

CMYK Percentages of Color #bd637e

%0
%48
%33
%26

Triadic Colors of #bd637e

#bd637e #7ebd63 #637ebd

Analogous Colors of #bd637e

#bd637e #bd7563 #bd63ab

Monochromatic Colors of #bd637e

#bd637e

Complementary Color

#bd637e #63bda2

#bd637e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd637e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd637e Color CSS Codes

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

#bd637e Text Font Color

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

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


#bd637e Background Color

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

This div background color is #bd637e


#bd637e Border Color

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

This div border color is #bd637e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd637e


Comments

No comments written yet.

Please login to write comment.