Color Hex Logo

#bf7abc Color Hex

#BF7ABC
(191,122,188)
0 Favorites   0 Comments

Color spaces of #bf7abc

RGB 191122188
HSL0.840.350.61
HSV303°36°75°
CMYK 0.000.360.02   0.25
XYZ37.522528.626351.1247
Yxy28.62630.32000.2441
Hunter Lab53.503631.5524-19.2014
CIE-Lab60.450437.2655-23.6376

#bf7abc color RGB value is (191,122,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 01111010 10111100
Octal 277 172 274
Decimal 191 122 188
Hex BF 7A BC

RGB Percentages of Color #bf7abc

%38.12
%24.35
%37.52

CMYK Percentages of Color #bf7abc

%0
%36
%2
%25

Triadic Colors of #bf7abc

#bf7abc #bcbf7a #7abcbf

Analogous Colors of #bf7abc

#bf7abc #bf7a9a #a07abf

Monochromatic Colors of #bf7abc

#bf7abc

Complementary Color

#bf7abc #7abf7d

#bf7abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf7abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf7abc Color CSS Codes

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

#bf7abc Text Font Color

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

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


#bf7abc Background Color

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

This div background color is #bf7abc


#bf7abc Border Color

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

This div border color is #bf7abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf7abc


Comments

No comments written yet.

Please login to write comment.