Color Hex Logo

#bf7acf Color Hex

#BF7ACF
(191,122,207)
0 Favorites   0 Comments

Color spaces of #bf7acf

RGB 191122207
HSL0.800.470.65
HSV289°41°81°
CMYK 0.080.410.00   0.19
XYZ39.707929.500462.6328
Yxy29.50040.30120.2238
Hunter Lab54.314335.4472-30.3506
CIE-Lab61.220740.9321-33.1933

#bf7acf color RGB value is (191,122,207).

#bf7acf hex color red value is 191, green value is 122 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #bf7acf hue: 0.80 , saturation: 0.47 and the lightness value of bf7acf is 0.65.

The process color (four color CMYK) of #bf7acf color hex is 0.08, 0.41, 0.00, 0.19. Web safe color of #bf7acf is #cc66cc. Color #bf7acf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 01111010 11001111
Octal 277 172 317
Decimal 191 122 207
Hex BF 7A CF

RGB Percentages of Color #bf7acf

%36.73
%23.46
%39.81

CMYK Percentages of Color #bf7acf

%8
%41
%0
%19

Triadic Colors of #bf7acf

#bf7acf #cfbf7a #7acfbf

Analogous Colors of #bf7acf

#bf7acf #cf7ab5 #957acf

Monochromatic Colors of #bf7acf

#bf7acf

Complementary Color

#bf7acf #8acf7a

#bf7acf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf7acf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf7acf Color CSS Codes

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

#bf7acf Text Font Color

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

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


#bf7acf Background Color

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

This div background color is #bf7acf


#bf7acf Border Color

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

This div border color is #bf7acf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf7acf


Comments

No comments written yet.

Please login to write comment.