Color Hex Logo

#bf636c Color Hex

#BF636C
(191,99,108)
0 Favorites   0 Comments

Color spaces of #bf636c

RGB 19199108
HSL0.980.420.57
HSV354°48°75°
CMYK 0.000.480.43   0.25
XYZ28.654521.082816.7465
Yxy21.08280.43100.3171
Hunter Lab45.916031.042310.5169
CIE-Lab53.040037.678811.8781

#bf636c color RGB value is (191,99,108).

#bf636c hex color red value is 191, green value is 99 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #bf636c hue: 0.98 , saturation: 0.42 and the lightness value of bf636c is 0.57.

The process color (four color CMYK) of #bf636c color hex is 0.00, 0.48, 0.43, 0.25. Web safe color of #bf636c is #cc6666. Color #bf636c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 01100011 01101100
Octal 277 143 154
Decimal 191 99 108
Hex BF 63 6C

RGB Percentages of Color #bf636c

%47.99
%24.87
%27.14

CMYK Percentages of Color #bf636c

%0
%48
%43
%25

Triadic Colors of #bf636c

#bf636c #6cbf63 #636cbf

Analogous Colors of #bf636c

#bf636c #bf8863 #bf639a

Monochromatic Colors of #bf636c

#bf636c

Complementary Color

#bf636c #63bfb6

#bf636c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf636c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf636c Color CSS Codes

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

#bf636c Text Font Color

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

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


#bf636c Background Color

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

This div background color is #bf636c


#bf636c Border Color

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

This div border color is #bf636c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf636c


Comments

No comments written yet.

Please login to write comment.