Color Hex Logo

#bd637c Color Hex

#BD637C
(189,99,124)
0 Favorites   0 Comments

Color spaces of #bd637c

RGB 18999124
HSL0.950.410.56
HSV343°48°74°
CMYK 0.000.480.34   0.26
XYZ29.086221.197721.6273
Yxy21.19770.40450.2948
Hunter Lab46.041032.19504.3778
CIE-Lab53.165238.81442.5575

#bd637c color RGB value is (189,99,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01100011 01111100
Octal 275 143 174
Decimal 189 99 124
Hex BD 63 7C

RGB Percentages of Color #bd637c

%45.87
%24.03
%30.10

CMYK Percentages of Color #bd637c

%0
%48
%34
%26

Triadic Colors of #bd637c

#bd637c #7cbd63 #637cbd

Analogous Colors of #bd637c

#bd637c #bd7763 #bd63a9

Monochromatic Colors of #bd637c

#bd637c

Complementary Color

#bd637c #63bda4

#bd637c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd637c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd637c Color CSS Codes

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

#bd637c Text Font Color

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

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


#bd637c Background Color

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

This div background color is #bd637c


#bd637c Border Color

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

This div border color is #bd637c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd637c


Comments

No comments written yet.

Please login to write comment.