Color Hex Logo

#bfa5ef Color Hex

#BFA5EF
(191,165,239)
0 Favorites   0 Comments

Color spaces of #bfa5ef

RGB 191165239
HSL0.730.700.79
HSV261°31°94°
CMYK 0.200.310.00   0.06
XYZ50.521044.218687.5337
Yxy44.21860.27720.2426
Hunter Lab66.497119.2451-31.4987
CIE-Lab72.374424.1004-33.5970

#bfa5ef color RGB value is (191,165,239).

#bfa5ef hex color red value is 191, green value is 165 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #bfa5ef hue: 0.73 , saturation: 0.70 and the lightness value of bfa5ef is 0.79.

The process color (four color CMYK) of #bfa5ef color hex is 0.20, 0.31, 0.00, 0.06. Web safe color of #bfa5ef is #cc99ff. Color #bfa5ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10100101 11101111
Octal 277 245 357
Decimal 191 165 239
Hex BF A5 EF

RGB Percentages of Color #bfa5ef

%32.10
%27.73
%40.17

CMYK Percentages of Color #bfa5ef

%20
%31
%0
%6

Triadic Colors of #bfa5ef

#bfa5ef #efbfa5 #a5efbf

Analogous Colors of #bfa5ef

#bfa5ef #e4a5ef #a5b0ef

Monochromatic Colors of #bfa5ef

#bfa5ef

Complementary Color

#bfa5ef #d5efa5

#bfa5ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfa5ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfa5ef Color CSS Codes

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

#bfa5ef Text Font Color

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

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


#bfa5ef Background Color

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

This div background color is #bfa5ef


#bfa5ef Border Color

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

This div border color is #bfa5ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfa5ef


Comments

No comments written yet.

Please login to write comment.