Color Hex Logo

#bf81ee Color Hex

#BF81EE
(191,129,238)
0 Favorites   0 Comments

Color spaces of #bf81ee

RGB 191129238
HSL0.760.760.72
HSV274°46°93°
CMYK 0.200.460.00   0.07
XYZ44.768732.949984.8893
Yxy32.94990.27530.2026
Hunter Lab57.402038.7614-47.5000
CIE-Lab64.120343.6828-45.9363

#bf81ee color RGB value is (191,129,238).

#bf81ee hex color red value is 191, green value is 129 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #bf81ee hue: 0.76 , saturation: 0.76 and the lightness value of bf81ee is 0.72.

The process color (four color CMYK) of #bf81ee color hex is 0.20, 0.46, 0.00, 0.07. Web safe color of #bf81ee is #cc99ff. Color #bf81ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 10000001 11101110
Octal 277 201 356
Decimal 191 129 238
Hex BF 81 EE

RGB Percentages of Color #bf81ee

%34.23
%23.12
%42.65

CMYK Percentages of Color #bf81ee

%20
%46
%0
%7

Triadic Colors of #bf81ee

#bf81ee #eebf81 #81eebf

Analogous Colors of #bf81ee

#bf81ee #ee81e7 #8981ee

Monochromatic Colors of #bf81ee

#bf81ee

Complementary Color

#bf81ee #b0ee81

#bf81ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf81ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf81ee Color CSS Codes

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

#bf81ee Text Font Color

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

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


#bf81ee Background Color

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

This div background color is #bf81ee


#bf81ee Border Color

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

This div border color is #bf81ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf81ee


Comments

No comments written yet.

Please login to write comment.