Color Hex Logo

#bf419e Color Hex

#BF419E
(191,65,158)
0 Favorites   0 Comments

Color spaces of #bf419e

RGB 19165158
HSL0.880.500.50
HSV316°66°75°
CMYK 0.000.660.17   0.25
XYZ29.547717.325634.1346
Yxy17.32560.36480.2139
Hunter Lab41.624053.8699-19.4851
CIE-Lab48.667759.9728-24.3692

#bf419e color RGB value is (191,65,158).

#bf419e hex color red value is 191, green value is 65 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #bf419e hue: 0.88 , saturation: 0.50 and the lightness value of bf419e is 0.50.

The process color (four color CMYK) of #bf419e color hex is 0.00, 0.66, 0.17, 0.25. Web safe color of #bf419e is #cc3399. Color #bf419e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 01000001 10011110
Octal 277 101 236
Decimal 191 65 158
Hex BF 41 9E

RGB Percentages of Color #bf419e

%46.14
%15.70
%38.16

CMYK Percentages of Color #bf419e

%0
%66
%17
%25

Triadic Colors of #bf419e

#bf419e #9ebf41 #419ebf

Analogous Colors of #bf419e

#bf419e #bf415f #a141bf

Monochromatic Colors of #bf419e

#bf419e

Complementary Color

#bf419e #41bf62

#bf419e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf419e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf419e Color CSS Codes

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

#bf419e Text Font Color

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

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


#bf419e Background Color

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

This div background color is #bf419e


#bf419e Border Color

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

This div border color is #bf419e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf419e


Comments

No comments written yet.

Please login to write comment.