Color Hex Logo

#bf9ddd Color Hex

#BF9DDD
(191,157,221)
0 Favorites   0 Comments

Color spaces of #bf9ddd

RGB 191157221
HSL0.760.480.74
HSV272°29°87°
CMYK 0.140.290.00   0.13
XYZ46.594040.410873.7509
Yxy40.41080.28980.2514
Hunter Lab63.569519.5871-24.2874
CIE-Lab69.761124.5859-27.7796

#bf9ddd color RGB value is (191,157,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10011101 11011101
Octal 277 235 335
Decimal 191 157 221
Hex BF 9D DD

RGB Percentages of Color #bf9ddd

%33.57
%27.59
%38.84

CMYK Percentages of Color #bf9ddd

%14
%29
%0
%13

Triadic Colors of #bf9ddd

#bf9ddd #ddbf9d #9dddbf

Analogous Colors of #bf9ddd

#bf9ddd #dd9ddb #9f9ddd

Monochromatic Colors of #bf9ddd

#bf9ddd

Complementary Color

#bf9ddd #bbdd9d

#bf9ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf9ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf9ddd Color CSS Codes

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

#bf9ddd Text Font Color

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

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


#bf9ddd Background Color

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

This div background color is #bf9ddd


#bf9ddd Border Color

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

This div border color is #bf9ddd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,157,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 #bf9ddd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf9ddd


Comments

No comments written yet.

Please login to write comment.