Color Hex Logo

#bf419c Color Hex

#BF419C
(191,65,156)
0 Favorites   0 Comments

Color spaces of #bf419c

RGB 19165156
HSL0.880.500.50
HSV317°66°75°
CMYK 0.000.660.18   0.25
XYZ29.376917.257333.2351
Yxy17.25730.36780.2161
Hunter Lab41.541953.5303-18.3549
CIE-Lab48.582659.6857-23.3118

#bf419c color RGB value is (191,65,156).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 01000001 10011100
Octal 277 101 234
Decimal 191 65 156
Hex BF 41 9C

RGB Percentages of Color #bf419c

%46.36
%15.78
%37.86

CMYK Percentages of Color #bf419c

%0
%66
%18
%25

Triadic Colors of #bf419c

#bf419c #9cbf41 #419cbf

Analogous Colors of #bf419c

#bf419c #bf415d #a341bf

Monochromatic Colors of #bf419c

#bf419c

Complementary Color

#bf419c #41bf64

#bf419c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf419c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf419c Color CSS Codes

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

#bf419c Text Font Color

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

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


#bf419c Background Color

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

This div background color is #bf419c


#bf419c Border Color

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

This div border color is #bf419c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf419c


Comments

No comments written yet.

Please login to write comment.