Color Hex Logo

#bf6884 Color Hex

#BF6884
(191,104,132)
0 Favorites   0 Comments

Color spaces of #bf6884

RGB 191104132
HSL0.950.400.58
HSV341°46°75°
CMYK 0.000.460.31   0.25
XYZ30.601022.642924.5875
Yxy22.64290.39320.2909
Hunter Lab47.584631.51802.6733
CIE-Lab54.702637.93820.1101

#bf6884 color RGB value is (191,104,132).

#bf6884 hex color red value is 191, green value is 104 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #bf6884 hue: 0.95 , saturation: 0.40 and the lightness value of bf6884 is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 01101000 10000100
Octal 277 150 204
Decimal 191 104 132
Hex BF 68 84

RGB Percentages of Color #bf6884

%44.73
%24.36
%30.91

CMYK Percentages of Color #bf6884

%0
%46
%31
%25

Triadic Colors of #bf6884

#bf6884 #84bf68 #6884bf

Analogous Colors of #bf6884

#bf6884 #bf7868 #bf68b0

Monochromatic Colors of #bf6884

#bf6884

Complementary Color

#bf6884 #68bfa3

#bf6884 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf6884 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf6884 Color CSS Codes

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

#bf6884 Text Font Color

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

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


#bf6884 Background Color

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

This div background color is #bf6884


#bf6884 Border Color

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

This div border color is #bf6884


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf6884


Comments

No comments written yet.

Please login to write comment.