Color Hex Logo

#bf4eb7 Color Hex

#BF4EB7
(191,78,183)
0 Favorites   0 Comments

Color spaces of #bf4eb7

RGB 19178183
HSL0.850.470.53
HSV304°59°75°
CMYK 0.000.590.04   0.25
XYZ32.757519.944046.9228
Yxy19.94400.32880.2002
Hunter Lab44.658752.7784-31.0348
CIE-Lab51.773858.4301-34.2161

#bf4eb7 color RGB value is (191,78,183).

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

The process color (four color CMYK) of #bf4eb7 color hex is 0.00, 0.59, 0.04, 0.25. Web safe color of #bf4eb7 is #cc66cc. Color #bf4eb7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 01001110 10110111
Octal 277 116 267
Decimal 191 78 183
Hex BF 4E B7

RGB Percentages of Color #bf4eb7

%42.26
%17.26
%40.49

CMYK Percentages of Color #bf4eb7

%0
%59
%4
%25

Triadic Colors of #bf4eb7

#bf4eb7 #b7bf4e #4eb7bf

Analogous Colors of #bf4eb7

#bf4eb7 #bf4e7f #8f4ebf

Monochromatic Colors of #bf4eb7

#bf4eb7

Complementary Color

#bf4eb7 #4ebf56

#bf4eb7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf4eb7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf4eb7 Color CSS Codes

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

#bf4eb7 Text Font Color

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

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


#bf4eb7 Background Color

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

This div background color is #bf4eb7


#bf4eb7 Border Color

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

This div border color is #bf4eb7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf4eb7


Comments

No comments written yet.

Please login to write comment.