Color Hex Logo

#bfa5ed Color Hex

#BFA5ED
(191,165,237)
0 Favorites   0 Comments

Color spaces of #bfa5ed

RGB 191165237
HSL0.730.670.79
HSV262°30°93°
CMYK 0.190.300.00   0.07
XYZ50.227144.101185.9859
Yxy44.10110.27860.2446
Hunter Lab66.408718.7904-30.2826
CIE-Lab72.296023.6512-32.6295

#bfa5ed color RGB value is (191,165,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10100101 11101101
Octal 277 245 355
Decimal 191 165 237
Hex BF A5 ED

RGB Percentages of Color #bfa5ed

%32.21
%27.82
%39.97

CMYK Percentages of Color #bfa5ed

%19
%30
%0
%7

Triadic Colors of #bfa5ed

#bfa5ed #edbfa5 #a5edbf

Analogous Colors of #bfa5ed

#bfa5ed #e3a5ed #a5afed

Monochromatic Colors of #bfa5ed

#bfa5ed

Complementary Color

#bfa5ed #d3eda5

#bfa5ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfa5ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfa5ed Color CSS Codes

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

#bfa5ed Text Font Color

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

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


#bfa5ed Background Color

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

This div background color is #bfa5ed


#bfa5ed Border Color

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

This div border color is #bfa5ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfa5ed


Comments

No comments written yet.

Please login to write comment.