Color Hex Logo

#bf637b Color Hex

#BF637B
(191,99,123)
0 Favorites   0 Comments

Color spaces of #bf637b

RGB 19199123
HSL0.960.420.57
HSV344°48°75°
CMYK 0.000.480.36   0.25
XYZ29.522821.430121.3193
Yxy21.43010.40850.2965
Hunter Lab46.292732.82495.0999
CIE-Lab53.417039.40643.5483

#bf637b color RGB value is (191,99,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 01100011 01111011
Octal 277 143 173
Decimal 191 99 123
Hex BF 63 7B

RGB Percentages of Color #bf637b

%46.25
%23.97
%29.78

CMYK Percentages of Color #bf637b

%0
%48
%36
%25

Triadic Colors of #bf637b

#bf637b #7bbf63 #637bbf

Analogous Colors of #bf637b

#bf637b #bf7963 #bf63a9

Monochromatic Colors of #bf637b

#bf637b

Complementary Color

#bf637b #63bfa7

#bf637b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf637b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf637b Color CSS Codes

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

#bf637b Text Font Color

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

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


#bf637b Background Color

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

This div background color is #bf637b


#bf637b Border Color

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

This div border color is #bf637b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf637b


Comments

No comments written yet.

Please login to write comment.