Color Hex Logo

#bf07ed Color Hex

#BF07ED
(191,7,237)
0 Favorites   0 Comments

Color spaces of #bf07ed

RGB 1917237
HSL0.800.940.48
HSV288°97°93°
CMYK 0.190.970.00   0.07
XYZ36.847917.342781.5261
Yxy17.34270.27150.1278
Hunter Lab41.644685.0622-86.9187
CIE-Lab48.689085.7499-70.0783

#bf07ed color RGB value is (191,7,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 00000111 11101101
Octal 277 7 355
Decimal 191 7 237
Hex BF 7 ED

RGB Percentages of Color #bf07ed

%43.91
%1.61
%54.48

CMYK Percentages of Color #bf07ed

%19
%97
%0
%7

Triadic Colors of #bf07ed

#bf07ed #edbf07 #07edbf

Analogous Colors of #bf07ed

#bf07ed #ed07a8 #4c07ed

Monochromatic Colors of #bf07ed

#bf07ed

Complementary Color

#bf07ed #35ed07

#bf07ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf07ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf07ed Color CSS Codes

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

#bf07ed Text Font Color

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

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


#bf07ed Background Color

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

This div background color is #bf07ed


#bf07ed Border Color

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

This div border color is #bf07ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf07ed


Comments

No comments written yet.

Please login to write comment.