Color Hex Logo

#bf67ab Color Hex

#BF67AB
(191,103,171)
0 Favorites   0 Comments

Color spaces of #bf67ab

RGB 191103171
HSL0.870.410.58
HSV314°46°75°
CMYK 0.000.460.10   0.25
XYZ33.686823.717141.3305
Yxy23.71710.34120.2402
Hunter Lab48.700238.2463-16.2276
CIE-Lab55.803444.3453-21.0115

#bf67ab color RGB value is (191,103,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 01100111 10101011
Octal 277 147 253
Decimal 191 103 171
Hex BF 67 AB

RGB Percentages of Color #bf67ab

%41.08
%22.15
%36.77

CMYK Percentages of Color #bf67ab

%0
%46
%10
%25

Triadic Colors of #bf67ab

#bf67ab #abbf67 #67abbf

Analogous Colors of #bf67ab

#bf67ab #bf677f #a767bf

Monochromatic Colors of #bf67ab

#bf67ab

Complementary Color

#bf67ab #67bf7b

#bf67ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf67ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf67ab Color CSS Codes

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

#bf67ab Text Font Color

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

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


#bf67ab Background Color

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

This div background color is #bf67ab


#bf67ab Border Color

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

This div border color is #bf67ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf67ab


Comments

No comments written yet.

Please login to write comment.