Color Hex Logo

#bf07ee Color Hex

#BF07EE
(191,7,238)
0 Favorites   0 Comments

Color spaces of #bf07ee

RGB 1917238
HSL0.800.940.48
HSV288°97°93°
CMYK 0.200.970.00   0.07
XYZ36.994517.401482.2979
Yxy17.40140.27060.1273
Hunter Lab41.715085.2996-87.7705
CIE-Lab48.761985.9185-70.5239

#bf07ee color RGB value is (191,7,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 00000111 11101110
Octal 277 7 356
Decimal 191 7 238
Hex BF 7 EE

RGB Percentages of Color #bf07ee

%43.81
%1.61
%54.59

CMYK Percentages of Color #bf07ee

%20
%97
%0
%7

Triadic Colors of #bf07ee

#bf07ee #eebf07 #07eebf

Analogous Colors of #bf07ee

#bf07ee #ee07aa #4b07ee

Monochromatic Colors of #bf07ee

#bf07ee

Complementary Color

#bf07ee #36ee07

#bf07ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf07ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf07ee Color CSS Codes

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

#bf07ee Text Font Color

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

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


#bf07ee Background Color

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

This div background color is #bf07ee


#bf07ee Border Color

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

This div border color is #bf07ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf07ee


Comments

No comments written yet.

Please login to write comment.