Color Hex Logo

#bfafeb Color Hex

#BFAFEB
(191,175,235)
0 Favorites   0 Comments

Color spaces of #bfafeb

RGB 191175235
HSL0.710.600.80
HSV256°26°92°
CMYK 0.190.260.00   0.08
XYZ51.811247.734585.0802
Yxy47.73450.28060.2585
Hunter Lab69.090212.9506-24.6488
CIE-Lab74.657217.6796-27.9072

#bfafeb color RGB value is (191,175,235).

#bfafeb hex color red value is 191, green value is 175 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #bfafeb hue: 0.71 , saturation: 0.60 and the lightness value of bfafeb is 0.80.

The process color (four color CMYK) of #bfafeb color hex is 0.19, 0.26, 0.00, 0.08. Web safe color of #bfafeb is #cc99ff. Color #bfafeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10101111 11101011
Octal 277 257 353
Decimal 191 175 235
Hex BF AF EB

RGB Percentages of Color #bfafeb

%31.78
%29.12
%39.10

CMYK Percentages of Color #bfafeb

%19
%26
%0
%8

Triadic Colors of #bfafeb

#bfafeb #ebbfaf #afebbf

Analogous Colors of #bfafeb

#bfafeb #ddafeb #afbdeb

Monochromatic Colors of #bfafeb

#bfafeb

Complementary Color

#bfafeb #dbebaf

#bfafeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfafeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfafeb Color CSS Codes

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

#bfafeb Text Font Color

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

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


#bfafeb Background Color

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

This div background color is #bfafeb


#bfafeb Border Color

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

This div border color is #bfafeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfafeb


Comments

No comments written yet.

Please login to write comment.