Color Hex Logo

#bf7fda Color Hex

#BF7FDA
(191,127,218)
0 Favorites   0 Comments

Color spaces of #bf7fda

RGB 191127218
HSL0.780.550.68
HSV282°42°85°
CMYK 0.120.420.00   0.15
XYZ41.730131.317170.1750
Yxy31.31710.29140.2187
Hunter Lab55.961735.1728-35.1755
CIE-Lab62.774440.4756-36.9398

#bf7fda color RGB value is (191,127,218).

#bf7fda hex color red value is 191, green value is 127 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #bf7fda hue: 0.78 , saturation: 0.55 and the lightness value of bf7fda is 0.68.

The process color (four color CMYK) of #bf7fda color hex is 0.12, 0.42, 0.00, 0.15. Web safe color of #bf7fda is #cc66cc. Color #bf7fda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 01111111 11011010
Octal 277 177 332
Decimal 191 127 218
Hex BF 7F DA

RGB Percentages of Color #bf7fda

%35.63
%23.69
%40.67

CMYK Percentages of Color #bf7fda

%12
%42
%0
%15

Triadic Colors of #bf7fda

#bf7fda #dabf7f #7fdabf

Analogous Colors of #bf7fda

#bf7fda #da7fc8 #927fda

Monochromatic Colors of #bf7fda

#bf7fda

Complementary Color

#bf7fda #9ada7f

#bf7fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf7fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf7fda Color CSS Codes

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

#bf7fda Text Font Color

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

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


#bf7fda Background Color

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

This div background color is #bf7fda


#bf7fda Border Color

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

This div border color is #bf7fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf7fda


Comments

No comments written yet.

Please login to write comment.