Color Hex Logo

#bf67aa Color Hex

#BF67AA
(191,103,170)
0 Favorites   0 Comments

Color spaces of #bf67aa

RGB 191103170
HSL0.870.410.58
HSV314°46°75°
CMYK 0.000.460.11   0.25
XYZ33.591823.679140.8303
Yxy23.67910.34240.2414
Hunter Lab48.661238.0651-15.6858
CIE-Lab55.765144.1778-20.4911

#bf67aa color RGB value is (191,103,170).

#bf67aa hex color red value is 191, green value is 103 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #bf67aa hue: 0.87 , saturation: 0.41 and the lightness value of bf67aa is 0.58.

The process color (four color CMYK) of #bf67aa color hex is 0.00, 0.46, 0.11, 0.25. Web safe color of #bf67aa is #cc6699. Color #bf67aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 01100111 10101010
Octal 277 147 252
Decimal 191 103 170
Hex BF 67 AA

RGB Percentages of Color #bf67aa

%41.16
%22.20
%36.64

CMYK Percentages of Color #bf67aa

%0
%46
%11
%25

Triadic Colors of #bf67aa

#bf67aa #aabf67 #67aabf

Analogous Colors of #bf67aa

#bf67aa #bf677e #a867bf

Monochromatic Colors of #bf67aa

#bf67aa

Complementary Color

#bf67aa #67bf7c

#bf67aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf67aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf67aa Color CSS Codes

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

#bf67aa Text Font Color

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

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


#bf67aa Background Color

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

This div background color is #bf67aa


#bf67aa Border Color

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

This div border color is #bf67aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf67aa


Comments

No comments written yet.

Please login to write comment.