Color Hex Logo

#bfa8da Color Hex

#BFA8DA
(191,168,218)
0 Favorites   0 Comments

Color spaces of #bfa8da

RGB 191168218
HSL0.740.400.76
HSV268°23°85°
CMYK 0.120.230.00   0.15
XYZ48.143444.143672.3128
Yxy44.14360.29250.2682
Hunter Lab66.440713.0713-18.0217
CIE-Lab72.324417.8598-22.2111

#bfa8da color RGB value is (191,168,218).

#bfa8da hex color red value is 191, green value is 168 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #bfa8da hue: 0.74 , saturation: 0.40 and the lightness value of bfa8da is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101000 11011010
Octal 277 250 332
Decimal 191 168 218
Hex BF A8 DA

RGB Percentages of Color #bfa8da

%33.10
%29.12
%37.78

CMYK Percentages of Color #bfa8da

%12
%23
%0
%15

Triadic Colors of #bfa8da

#bfa8da #dabfa8 #a8dabf

Analogous Colors of #bfa8da

#bfa8da #d8a8da #a8aada

Monochromatic Colors of #bfa8da

#bfa8da

Complementary Color

#bfa8da #c3daa8

#bfa8da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfa8da Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfa8da Color CSS Codes

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

#bfa8da Text Font Color

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

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


#bfa8da Background Color

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

This div background color is #bfa8da


#bfa8da Border Color

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

This div border color is #bfa8da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfa8da


Comments

No comments written yet.

Please login to write comment.