Color Hex Logo

#bf95dd Color Hex

#BF95DD
(191,149,221)
0 Favorites   0 Comments

Color spaces of #bf95dd

RGB 191149221
HSL0.760.510.73
HSV275°33°87°
CMYK 0.140.330.00   0.13
XYZ45.284437.791773.3144
Yxy37.79170.28960.2416
Hunter Lab61.475023.9076-27.6762
CIE-Lab67.866829.0222-30.6985

#bf95dd color RGB value is (191,149,221).

#bf95dd hex color red value is 191, green value is 149 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #bf95dd hue: 0.76 , saturation: 0.51 and the lightness value of bf95dd is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10010101 11011101
Octal 277 225 335
Decimal 191 149 221
Hex BF 95 DD

RGB Percentages of Color #bf95dd

%34.05
%26.56
%39.39

CMYK Percentages of Color #bf95dd

%14
%33
%0
%13

Triadic Colors of #bf95dd

#bf95dd #ddbf95 #95ddbf

Analogous Colors of #bf95dd

#bf95dd #dd95d7 #9b95dd

Monochromatic Colors of #bf95dd

#bf95dd

Complementary Color

#bf95dd #b3dd95

#bf95dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf95dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf95dd Color CSS Codes

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

#bf95dd Text Font Color

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

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


#bf95dd Background Color

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

This div background color is #bf95dd


#bf95dd Border Color

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

This div border color is #bf95dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf95dd


Comments

No comments written yet.

Please login to write comment.