Color Hex Logo

#bfa1ec Color Hex

#BFA1EC
(191,161,236)
0 Favorites   0 Comments

Color spaces of #bfa1ec

RGB 191161236
HSL0.730.660.78
HSV264°32°93°
CMYK 0.190.320.00   0.07
XYZ49.371042.622284.9817
Yxy42.62220.27900.2408
Hunter Lab65.285720.7371-31.4772
CIE-Lab71.297825.6440-33.6281

#bfa1ec color RGB value is (191,161,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10100001 11101100
Octal 277 241 354
Decimal 191 161 236
Hex BF A1 EC

RGB Percentages of Color #bfa1ec

%32.48
%27.38
%40.14

CMYK Percentages of Color #bfa1ec

%19
%32
%0
%7

Triadic Colors of #bfa1ec

#bfa1ec #ecbfa1 #a1ecbf

Analogous Colors of #bfa1ec

#bfa1ec #e5a1ec #a1a9ec

Monochromatic Colors of #bfa1ec

#bfa1ec

Complementary Color

#bfa1ec #ceeca1

#bfa1ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfa1ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfa1ec Color CSS Codes

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

#bfa1ec Text Font Color

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

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


#bfa1ec Background Color

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

This div background color is #bfa1ec


#bfa1ec Border Color

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

This div border color is #bfa1ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfa1ec


Comments

No comments written yet.

Please login to write comment.