Color Hex Logo

#bf9dda Color Hex

#BF9DDA
(191,157,218)
0 Favorites   0 Comments

Color spaces of #bf9dda

RGB 191157218
HSL0.760.450.74
HSV273°28°85°
CMYK 0.120.280.00   0.15
XYZ46.197740.252371.6642
Yxy40.25230.29220.2546
Hunter Lab63.444718.9478-22.5600
CIE-Lab69.648923.9489-26.3008

#bf9dda color RGB value is (191,157,218).

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

The process color (four color CMYK) of #bf9dda color hex is 0.12, 0.28, 0.00, 0.15. Web safe color of #bf9dda is #cc99cc. Color #bf9dda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10011101 11011010
Octal 277 235 332
Decimal 191 157 218
Hex BF 9D DA

RGB Percentages of Color #bf9dda

%33.75
%27.74
%38.52

CMYK Percentages of Color #bf9dda

%12
%28
%0
%15

Triadic Colors of #bf9dda

#bf9dda #dabf9d #9ddabf

Analogous Colors of #bf9dda

#bf9dda #da9dd7 #a19dda

Monochromatic Colors of #bf9dda

#bf9dda

Complementary Color

#bf9dda #b8da9d

#bf9dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf9dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf9dda Color CSS Codes

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

#bf9dda Text Font Color

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

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


#bf9dda Background Color

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

This div background color is #bf9dda


#bf9dda Border Color

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

This div border color is #bf9dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf9dda


Comments

No comments written yet.

Please login to write comment.