Color Hex Logo

#bf06ee Color Hex

#BF06EE
(191,6,238)
0 Favorites   0 Comments

Color spaces of #bf06ee

RGB 1916238
HSL0.800.950.48
HSV288°97°93°
CMYK 0.200.970.00   0.07
XYZ36.983617.379782.2943
Yxy17.37970.27060.1272
Hunter Lab41.689085.3973-87.8566
CIE-Lab48.734985.9987-70.5677

#bf06ee color RGB value is (191,6,238).

#bf06ee hex color red value is 191, green value is 6 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #bf06ee hue: 0.80 , saturation: 0.95 and the lightness value of bf06ee is 0.48.

The process color (four color CMYK) of #bf06ee color hex is 0.20, 0.97, 0.00, 0.07. Web safe color of #bf06ee is #cc00ff. Color #bf06ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 00000110 11101110
Octal 277 6 356
Decimal 191 6 238
Hex BF 6 EE

RGB Percentages of Color #bf06ee

%43.91
%1.38
%54.71

CMYK Percentages of Color #bf06ee

%20
%97
%0
%7

Triadic Colors of #bf06ee

#bf06ee #eebf06 #06eebf

Analogous Colors of #bf06ee

#bf06ee #ee06a9 #4b06ee

Monochromatic Colors of #bf06ee

#bf06ee

Complementary Color

#bf06ee #35ee06

#bf06ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf06ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf06ee Color CSS Codes

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

#bf06ee Text Font Color

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

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


#bf06ee Background Color

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

This div background color is #bf06ee


#bf06ee Border Color

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

This div border color is #bf06ee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,6,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 #bf06ee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf06ee


Comments

No comments written yet.

Please login to write comment.