Color Hex Logo

#bf8aed Color Hex

#BF8AED
(191,138,237)
0 Favorites   0 Comments

Color spaces of #bf8aed

RGB 191138237
HSL0.760.730.74
HSV272°42°93°
CMYK 0.190.420.00   0.07
XYZ45.860435.367784.5303
Yxy35.36770.27670.2134
Hunter Lab59.470733.5751-42.6439
CIE-Lab66.033938.5713-42.3771

#bf8aed color RGB value is (191,138,237).

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

The process color (four color CMYK) of #bf8aed color hex is 0.19, 0.42, 0.00, 0.07. Web safe color of #bf8aed is #cc99ff. Color #bf8aed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10001010 11101101
Octal 277 212 355
Decimal 191 138 237
Hex BF 8A ED

RGB Percentages of Color #bf8aed

%33.75
%24.38
%41.87

CMYK Percentages of Color #bf8aed

%19
%42
%0
%7

Triadic Colors of #bf8aed

#bf8aed #edbf8a #8aedbf

Analogous Colors of #bf8aed

#bf8aed #ed8aea #8e8aed

Monochromatic Colors of #bf8aed

#bf8aed

Complementary Color

#bf8aed #b8ed8a

#bf8aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf8aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf8aed Color CSS Codes

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

#bf8aed Text Font Color

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

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


#bf8aed Background Color

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

This div background color is #bf8aed


#bf8aed Border Color

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

This div border color is #bf8aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf8aed


Comments

No comments written yet.

Please login to write comment.