Color Hex Logo

#bfa6ea Color Hex

#BFA6EA
(191,166,234)
0 Favorites   0 Comments

Color spaces of #bfa6ea

RGB 191166234
HSL0.730.620.78
HSV262°29°92°
CMYK 0.180.290.00   0.08
XYZ49.973444.289383.7567
Yxy44.28930.28070.2488
Hunter Lab66.550217.5751-28.0342
CIE-Lab72.421422.4288-30.8017

#bfa6ea color RGB value is (191,166,234).

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

The process color (four color CMYK) of #bfa6ea color hex is 0.18, 0.29, 0.00, 0.08. Web safe color of #bfa6ea is #cc99ff. Color #bfa6ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10100110 11101010
Octal 277 246 352
Decimal 191 166 234
Hex BF A6 EA

RGB Percentages of Color #bfa6ea

%32.32
%28.09
%39.59

CMYK Percentages of Color #bfa6ea

%18
%29
%0
%8

Triadic Colors of #bfa6ea

#bfa6ea #eabfa6 #a6eabf

Analogous Colors of #bfa6ea

#bfa6ea #e1a6ea #a6afea

Monochromatic Colors of #bfa6ea

#bfa6ea

Complementary Color

#bfa6ea #d1eaa6

#bfa6ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfa6ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfa6ea Color CSS Codes

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

#bfa6ea Text Font Color

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

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


#bfa6ea Background Color

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

This div background color is #bfa6ea


#bfa6ea Border Color

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

This div border color is #bfa6ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfa6ea


Comments

No comments written yet.

Please login to write comment.