Color Hex Logo

#bf638a Color Hex

#BF638A
(191,99,138)
0 Favorites   0 Comments

Color spaces of #bf638a

RGB 19199138
HSL0.930.420.57
HSV335°48°75°
CMYK 0.000.480.28   0.25
XYZ30.535121.835026.6500
Yxy21.83500.38640.2763
Hunter Lab46.727934.8697-1.1049
CIE-Lab53.851541.3606-4.6717

#bf638a color RGB value is (191,99,138).

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

The process color (four color CMYK) of #bf638a color hex is 0.00, 0.48, 0.28, 0.25. Web safe color of #bf638a is #cc6699. Color #bf638a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 01100011 10001010
Octal 277 143 212
Decimal 191 99 138
Hex BF 63 8A

RGB Percentages of Color #bf638a

%44.63
%23.13
%32.24

CMYK Percentages of Color #bf638a

%0
%48
%28
%25

Triadic Colors of #bf638a

#bf638a #8abf63 #638abf

Analogous Colors of #bf638a

#bf638a #bf6a63 #bf63b8

Monochromatic Colors of #bf638a

#bf638a

Complementary Color

#bf638a #63bf98

#bf638a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf638a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf638a Color CSS Codes

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

#bf638a Text Font Color

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

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


#bf638a Background Color

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

This div background color is #bf638a


#bf638a Border Color

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

This div border color is #bf638a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf638a


Comments

No comments written yet.

Please login to write comment.