Color Hex Logo

#bfa4eb Color Hex

#BFA4EB
(191,164,235)
0 Favorites   0 Comments

Color spaces of #bfa4eb

RGB 191164235
HSL0.730.640.78
HSV263°30°92°
CMYK 0.190.300.00   0.08
XYZ49.756743.625484.3954
Yxy43.62540.27990.2454
Hunter Lab66.049518.8817-29.5237
CIE-Lab71.977423.7586-32.0319

#bfa4eb color RGB value is (191,164,235).

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

The process color (four color CMYK) of #bfa4eb color hex is 0.19, 0.30, 0.00, 0.08. Web safe color of #bfa4eb is #cc99ff. Color #bfa4eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10100100 11101011
Octal 277 244 353
Decimal 191 164 235
Hex BF A4 EB

RGB Percentages of Color #bfa4eb

%32.37
%27.80
%39.83

CMYK Percentages of Color #bfa4eb

%19
%30
%0
%8

Triadic Colors of #bfa4eb

#bfa4eb #ebbfa4 #a4ebbf

Analogous Colors of #bfa4eb

#bfa4eb #e3a4eb #a4adeb

Monochromatic Colors of #bfa4eb

#bfa4eb

Complementary Color

#bfa4eb #d0eba4

#bfa4eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfa4eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfa4eb Color CSS Codes

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

#bfa4eb Text Font Color

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

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


#bfa4eb Background Color

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

This div background color is #bfa4eb


#bfa4eb Border Color

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

This div border color is #bfa4eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfa4eb


Comments

No comments written yet.

Please login to write comment.