Color Hex Logo

#bf8add Color Hex

#BF8ADD
(191,138,221)
0 Favorites   0 Comments

Color spaces of #bf8add

RGB 191138221
HSL0.770.550.70
HSV278°38°87°
CMYK 0.140.380.00   0.13
XYZ43.625534.473872.7614
Yxy34.47380.28920.2285
Hunter Lab58.714429.8775-32.3746
CIE-Lab65.336935.0989-34.6185

#bf8add color RGB value is (191,138,221).

#bf8add hex color red value is 191, green value is 138 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #bf8add hue: 0.77 , saturation: 0.55 and the lightness value of bf8add is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10001010 11011101
Octal 277 212 335
Decimal 191 138 221
Hex BF 8A DD

RGB Percentages of Color #bf8add

%34.73
%25.09
%40.18

CMYK Percentages of Color #bf8add

%14
%38
%0
%13

Triadic Colors of #bf8add

#bf8add #ddbf8a #8addbf

Analogous Colors of #bf8add

#bf8add #dd8ad2 #968add

Monochromatic Colors of #bf8add

#bf8add

Complementary Color

#bf8add #a8dd8a

#bf8add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf8add Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf8add Color CSS Codes

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

#bf8add Text Font Color

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

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


#bf8add Background Color

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

This div background color is #bf8add


#bf8add Border Color

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

This div border color is #bf8add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf8add


Comments

No comments written yet.

Please login to write comment.