Color Hex Logo

#bf51bf Color Hex

#BF51BF
(191,81,191)
0 Favorites   0 Comments

Color spaces of #bf51bf

RGB 19181191
HSL0.830.460.53
HSV300°58°75°
CMYK 0.000.580.00   0.25
XYZ33.832320.722851.5070
Yxy20.72280.31900.1954
Hunter Lab45.522352.9977-35.2191
CIE-Lab52.644858.4689-37.4821

#bf51bf color RGB value is (191,81,191).

#bf51bf hex color red value is 191, green value is 81 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #bf51bf hue: 0.83 , saturation: 0.46 and the lightness value of bf51bf is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 01010001 10111111
Octal 277 121 277
Decimal 191 81 191
Hex BF 51 BF

RGB Percentages of Color #bf51bf

%41.25
%17.49
%41.25

CMYK Percentages of Color #bf51bf

%0
%58
%0
%25

Triadic Colors of #bf51bf

#bf51bf #bfbf51 #51bfbf

Analogous Colors of #bf51bf

#bf51bf #bf5188 #8851bf

Monochromatic Colors of #bf51bf

#bf51bf

Complementary Color

#bf51bf #51bf51

#bf51bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf51bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf51bf Color CSS Codes

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

#bf51bf Text Font Color

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

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


#bf51bf Background Color

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

This div background color is #bf51bf


#bf51bf Border Color

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

This div border color is #bf51bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf51bf


Comments

No comments written yet.

Please login to write comment.