Color Hex Logo

#bf4dbe Color Hex

#BF4DBE
(191,77,190)
0 Favorites   0 Comments

Color spaces of #bf4dbe

RGB 19177190
HSL0.830.470.53
HSV301°60°75°
CMYK 0.000.600.01   0.25
XYZ33.434020.101850.8331
Yxy20.10180.32030.1926
Hunter Lab44.835054.6482-35.8373
CIE-Lab51.952160.0585-37.9937

#bf4dbe color RGB value is (191,77,190).

#bf4dbe hex color red value is 191, green value is 77 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #bf4dbe hue: 0.83 , saturation: 0.47 and the lightness value of bf4dbe is 0.53.

The process color (four color CMYK) of #bf4dbe color hex is 0.00, 0.60, 0.01, 0.25. Web safe color of #bf4dbe is #cc66cc. Color #bf4dbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 01001101 10111110
Octal 277 115 276
Decimal 191 77 190
Hex BF 4D BE

RGB Percentages of Color #bf4dbe

%41.70
%16.81
%41.48

CMYK Percentages of Color #bf4dbe

%0
%60
%1
%25

Triadic Colors of #bf4dbe

#bf4dbe #bebf4d #4dbebf

Analogous Colors of #bf4dbe

#bf4dbe #bf4d85 #874dbf

Monochromatic Colors of #bf4dbe

#bf4dbe

Complementary Color

#bf4dbe #4dbf4e

#bf4dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf4dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf4dbe Color CSS Codes

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

#bf4dbe Text Font Color

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

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


#bf4dbe Background Color

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

This div background color is #bf4dbe


#bf4dbe Border Color

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

This div border color is #bf4dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf4dbe


Comments

No comments written yet.

Please login to write comment.