Color Hex Logo

#bfa8e6 Color Hex

#BFA8E6
(191,168,230)
0 Favorites   0 Comments

Color spaces of #bfa8e6

RGB 191168230
HSL0.730.550.78
HSV262°27°90°
CMYK 0.170.270.00   0.10
XYZ49.771444.794880.8859
Yxy44.79480.28370.2553
Hunter Lab66.928915.6151-24.8038
CIE-Lab72.756620.4398-28.1058

#bfa8e6 color RGB value is (191,168,230).

#bfa8e6 hex color red value is 191, green value is 168 and the blue value of its RGB is 230. Cylindrical-coordinate representations (also known as HSL) of color #bfa8e6 hue: 0.73 , saturation: 0.55 and the lightness value of bfa8e6 is 0.78.

The process color (four color CMYK) of #bfa8e6 color hex is 0.17, 0.27, 0.00, 0.10. Web safe color of #bfa8e6 is #cc99ff. Color #bfa8e6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101000 11100110
Octal 277 250 346
Decimal 191 168 230
Hex BF A8 E6

RGB Percentages of Color #bfa8e6

%32.43
%28.52
%39.05

CMYK Percentages of Color #bfa8e6

%17
%27
%0
%10

Triadic Colors of #bfa8e6

#bfa8e6 #e6bfa8 #a8e6bf

Analogous Colors of #bfa8e6

#bfa8e6 #dea8e6 #a8b0e6

Monochromatic Colors of #bfa8e6

#bfa8e6

Complementary Color

#bfa8e6 #cfe6a8

#bfa8e6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfa8e6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfa8e6 Color CSS Codes

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

#bfa8e6 Text Font Color

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

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


#bfa8e6 Background Color

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

This div background color is #bfa8e6


#bfa8e6 Border Color

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

This div border color is #bfa8e6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfa8e6


Comments

No comments written yet.

Please login to write comment.