Color Hex Logo

#bf4eba Color Hex

#BF4EBA
(191,78,186)
0 Favorites   0 Comments

Color spaces of #bf4eba

RGB 19178186
HSL0.840.470.53
HSV303°59°75°
CMYK 0.000.590.03   0.25
XYZ33.073220.070348.5852
Yxy20.07030.32510.1973
Hunter Lab44.799953.3766-32.9397
CIE-Lab51.916658.9373-35.7334

#bf4eba color RGB value is (191,78,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 01001110 10111010
Octal 277 116 272
Decimal 191 78 186
Hex BF 4E BA

RGB Percentages of Color #bf4eba

%41.98
%17.14
%40.88

CMYK Percentages of Color #bf4eba

%0
%59
%3
%25

Triadic Colors of #bf4eba

#bf4eba #babf4e #4ebabf

Analogous Colors of #bf4eba

#bf4eba #bf4e82 #8c4ebf

Monochromatic Colors of #bf4eba

#bf4eba

Complementary Color

#bf4eba #4ebf53

#bf4eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf4eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf4eba Color CSS Codes

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

#bf4eba Text Font Color

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

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


#bf4eba Background Color

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

This div background color is #bf4eba


#bf4eba Border Color

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

This div border color is #bf4eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf4eba


Comments

No comments written yet.

Please login to write comment.