Color Hex Logo

#bf50ef Color Hex

#BF50EF
(191,80,239)
0 Favorites   0 Comments

Color spaces of #bf50ef

RGB 19180239
HSL0.780.830.63
HSV282°67°94°
CMYK 0.200.670.00   0.06
XYZ39.934523.045784.0048
Yxy23.04570.27170.1568
Hunter Lab48.005964.4777-70.1464
CIE-Lab55.119467.9407-60.8136

#bf50ef color RGB value is (191,80,239).

#bf50ef hex color red value is 191, green value is 80 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #bf50ef hue: 0.78 , saturation: 0.83 and the lightness value of bf50ef is 0.63.

The process color (four color CMYK) of #bf50ef color hex is 0.20, 0.67, 0.00, 0.06. Web safe color of #bf50ef is #cc66ff. Color #bf50ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 01010000 11101111
Octal 277 120 357
Decimal 191 80 239
Hex BF 50 EF

RGB Percentages of Color #bf50ef

%37.45
%15.69
%46.86

CMYK Percentages of Color #bf50ef

%20
%67
%0
%6

Triadic Colors of #bf50ef

#bf50ef #efbf50 #50efbf

Analogous Colors of #bf50ef

#bf50ef #ef50d0 #7050ef

Monochromatic Colors of #bf50ef

#bf50ef

Complementary Color

#bf50ef #80ef50

#bf50ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf50ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf50ef Color CSS Codes

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

#bf50ef Text Font Color

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

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


#bf50ef Background Color

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

This div background color is #bf50ef


#bf50ef Border Color

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

This div border color is #bf50ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf50ef


Comments

No comments written yet.

Please login to write comment.