Color Hex Logo

#bf49e6 Color Hex

#BF49E6
(191,73,230)
0 Favorites   0 Comments

Color spaces of #bf49e6

RGB 19173230
HSL0.790.760.59
HSV285°68°90°
CMYK 0.170.680.00   0.10
XYZ38.151321.554677.0126
Yxy21.55460.27910.1577
Hunter Lab46.426965.4351-65.8509
CIE-Lab53.551269.0410-58.2798

#bf49e6 color RGB value is (191,73,230).

#bf49e6 hex color red value is 191, green value is 73 and the blue value of its RGB is 230. Cylindrical-coordinate representations (also known as HSL) of color #bf49e6 hue: 0.79 , saturation: 0.76 and the lightness value of bf49e6 is 0.59.

The process color (four color CMYK) of #bf49e6 color hex is 0.17, 0.68, 0.00, 0.10. Web safe color of #bf49e6 is #cc33ff. Color #bf49e6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 01001001 11100110
Octal 277 111 346
Decimal 191 73 230
Hex BF 49 E6

RGB Percentages of Color #bf49e6

%38.66
%14.78
%46.56

CMYK Percentages of Color #bf49e6

%17
%68
%0
%10

Triadic Colors of #bf49e6

#bf49e6 #e6bf49 #49e6bf

Analogous Colors of #bf49e6

#bf49e6 #e649bf #7149e6

Monochromatic Colors of #bf49e6

#bf49e6

Complementary Color

#bf49e6 #70e649

#bf49e6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf49e6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf49e6 Color CSS Codes

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

#bf49e6 Text Font Color

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

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


#bf49e6 Background Color

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

This div background color is #bf49e6


#bf49e6 Border Color

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

This div border color is #bf49e6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf49e6


Comments

No comments written yet.

Please login to write comment.