Color Hex Logo

#bf7aba Color Hex

#BF7ABA
(191,122,186)
0 Favorites   0 Comments

Color spaces of #bf7aba

RGB 191122186
HSL0.850.350.61
HSV304°36°75°
CMYK 0.000.360.03   0.25
XYZ37.308328.540649.9969
Yxy28.54060.32210.2464
Hunter Lab53.423431.1647-18.0908
CIE-Lab60.374036.8954-22.6177

#bf7aba color RGB value is (191,122,186).

#bf7aba hex color red value is 191, green value is 122 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #bf7aba hue: 0.85 , saturation: 0.35 and the lightness value of bf7aba is 0.61.

The process color (four color CMYK) of #bf7aba color hex is 0.00, 0.36, 0.03, 0.25. Web safe color of #bf7aba is #cc66cc. Color #bf7aba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 01111010 10111010
Octal 277 172 272
Decimal 191 122 186
Hex BF 7A BA

RGB Percentages of Color #bf7aba

%38.28
%24.45
%37.27

CMYK Percentages of Color #bf7aba

%0
%36
%3
%25

Triadic Colors of #bf7aba

#bf7aba #babf7a #7ababf

Analogous Colors of #bf7aba

#bf7aba #bf7a98 #a27abf

Monochromatic Colors of #bf7aba

#bf7aba

Complementary Color

#bf7aba #7abf7f

#bf7aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf7aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf7aba Color CSS Codes

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

#bf7aba Text Font Color

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

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


#bf7aba Background Color

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

This div background color is #bf7aba


#bf7aba Border Color

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

This div border color is #bf7aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf7aba


Comments

No comments written yet.

Please login to write comment.