Color Hex Logo

#bfa1ee Color Hex

#BFA1EE
(191,161,238)
0 Favorites   0 Comments

Color spaces of #bfa1ee

RGB 191161238
HSL0.730.690.78
HSV263°32°93°
CMYK 0.200.320.00   0.07
XYZ49.663342.739286.5209
Yxy42.73920.27760.2389
Hunter Lab65.375221.1936-32.7047
CIE-Lab71.377626.0917-34.5956

#bfa1ee color RGB value is (191,161,238).

#bfa1ee hex color red value is 191, green value is 161 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #bfa1ee hue: 0.73 , saturation: 0.69 and the lightness value of bfa1ee is 0.78.

The process color (four color CMYK) of #bfa1ee color hex is 0.20, 0.32, 0.00, 0.07. Web safe color of #bfa1ee is #cc99ff. Color #bfa1ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10100001 11101110
Octal 277 241 356
Decimal 191 161 238
Hex BF A1 EE

RGB Percentages of Color #bfa1ee

%32.37
%27.29
%40.34

CMYK Percentages of Color #bfa1ee

%20
%32
%0
%7

Triadic Colors of #bfa1ee

#bfa1ee #eebfa1 #a1eebf

Analogous Colors of #bfa1ee

#bfa1ee #e6a1ee #a1aaee

Monochromatic Colors of #bfa1ee

#bfa1ee

Complementary Color

#bfa1ee #d0eea1

#bfa1ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfa1ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfa1ee Color CSS Codes

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

#bfa1ee Text Font Color

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

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


#bfa1ee Background Color

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

This div background color is #bfa1ee


#bfa1ee Border Color

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

This div border color is #bfa1ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfa1ee


Comments

No comments written yet.

Please login to write comment.