Color Hex Logo

#bfade1 Color Hex

#BFADE1
(191,173,225)
0 Favorites   0 Comments

Color spaces of #bfade1

RGB 191173225
HSL0.720.460.78
HSV261°23°88°
CMYK 0.150.230.00   0.12
XYZ50.020046.399777.5539
Yxy46.39970.28750.2667
Hunter Lab68.117311.8710-19.8216
CIE-Lab73.804116.5943-23.7775

#bfade1 color RGB value is (191,173,225).

#bfade1 hex color red value is 191, green value is 173 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #bfade1 hue: 0.72 , saturation: 0.46 and the lightness value of bfade1 is 0.78.

The process color (four color CMYK) of #bfade1 color hex is 0.15, 0.23, 0.00, 0.12. Web safe color of #bfade1 is #cc99cc. Color #bfade1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101101 11100001
Octal 277 255 341
Decimal 191 173 225
Hex BF AD E1

RGB Percentages of Color #bfade1

%32.43
%29.37
%38.20

CMYK Percentages of Color #bfade1

%15
%23
%0
%12

Triadic Colors of #bfade1

#bfade1 #e1bfad #ade1bf

Analogous Colors of #bfade1

#bfade1 #d9ade1 #adb5e1

Monochromatic Colors of #bfade1

#bfade1

Complementary Color

#bfade1 #cfe1ad

#bfade1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfade1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfade1 Color CSS Codes

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

#bfade1 Text Font Color

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

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


#bfade1 Background Color

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

This div background color is #bfade1


#bfade1 Border Color

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

This div border color is #bfade1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfade1


Comments

No comments written yet.

Please login to write comment.