Color Hex Logo

#bd637f Color Hex

#BD637F
(189,99,127)
0 Favorites   0 Comments

Color spaces of #bd637f

RGB 18999127
HSL0.950.410.56
HSV341°48°74°
CMYK 0.000.480.33   0.26
XYZ29.278921.274822.6420
Yxy21.27480.40000.2907
Hunter Lab46.124632.58983.1825
CIE-Lab53.248939.19590.9048

#bd637f color RGB value is (189,99,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01100011 01111111
Octal 275 143 177
Decimal 189 99 127
Hex BD 63 7F

RGB Percentages of Color #bd637f

%45.54
%23.86
%30.60

CMYK Percentages of Color #bd637f

%0
%48
%33
%26

Triadic Colors of #bd637f

#bd637f #7fbd63 #637fbd

Analogous Colors of #bd637f

#bd637f #bd7463 #bd63ac

Monochromatic Colors of #bd637f

#bd637f

Complementary Color

#bd637f #63bda1

#bd637f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd637f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd637f Color CSS Codes

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

#bd637f Text Font Color

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

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


#bd637f Background Color

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

This div background color is #bd637f


#bd637f Border Color

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

This div border color is #bd637f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd637f


Comments

No comments written yet.

Please login to write comment.