Color Hex Logo

#bfa8ea Color Hex

#BFA8EA
(191,168,234)
0 Favorites   0 Comments

Color spaces of #bfa8ea

RGB 191168234
HSL0.720.610.79
HSV261°28°92°
CMYK 0.180.280.00   0.08
XYZ50.339845.022183.8789
Yxy45.02210.28090.2512
Hunter Lab67.098516.4950-27.1486
CIE-Lab72.906421.3222-30.0546

#bfa8ea color RGB value is (191,168,234).

#bfa8ea hex color red value is 191, green value is 168 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #bfa8ea hue: 0.72 , saturation: 0.61 and the lightness value of bfa8ea is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101000 11101010
Octal 277 250 352
Decimal 191 168 234
Hex BF A8 EA

RGB Percentages of Color #bfa8ea

%32.21
%28.33
%39.46

CMYK Percentages of Color #bfa8ea

%18
%28
%0
%8

Triadic Colors of #bfa8ea

#bfa8ea #eabfa8 #a8eabf

Analogous Colors of #bfa8ea

#bfa8ea #e0a8ea #a8b2ea

Monochromatic Colors of #bfa8ea

#bfa8ea

Complementary Color

#bfa8ea #d3eaa8

#bfa8ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfa8ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfa8ea Color CSS Codes

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

#bfa8ea Text Font Color

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

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


#bfa8ea Background Color

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

This div background color is #bfa8ea


#bfa8ea Border Color

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

This div border color is #bfa8ea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,168,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 #bfa8ea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfa8ea


Comments

No comments written yet.

Please login to write comment.