Color Hex Logo

#bf83df Color Hex

#BF83DF
(191,131,223)
0 Favorites   0 Comments

Color spaces of #bf83df

RGB 191131223
HSL0.780.590.69
HSV279°41°87°
CMYK 0.140.410.00   0.13
XYZ42.921432.636773.8493
Yxy32.63670.28730.2184
Hunter Lab57.128534.1344-36.6534
CIE-Lab63.865739.3543-38.0223

#bf83df color RGB value is (191,131,223).

#bf83df hex color red value is 191, green value is 131 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #bf83df hue: 0.78 , saturation: 0.59 and the lightness value of bf83df is 0.69.

The process color (four color CMYK) of #bf83df color hex is 0.14, 0.41, 0.00, 0.13. Web safe color of #bf83df is #cc99cc. Color #bf83df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10000011 11011111
Octal 277 203 337
Decimal 191 131 223
Hex BF 83 DF

RGB Percentages of Color #bf83df

%35.05
%24.04
%40.92

CMYK Percentages of Color #bf83df

%14
%41
%0
%13

Triadic Colors of #bf83df

#bf83df #dfbf83 #83dfbf

Analogous Colors of #bf83df

#bf83df #df83d1 #9183df

Monochromatic Colors of #bf83df

#bf83df

Complementary Color

#bf83df #a3df83

#bf83df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf83df Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf83df Color CSS Codes

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

#bf83df Text Font Color

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

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


#bf83df Background Color

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

This div background color is #bf83df


#bf83df Border Color

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

This div border color is #bf83df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf83df


Comments

No comments written yet.

Please login to write comment.