Color Hex Logo

#bf4878 Color Hex

#BF4878
(191,72,120)
0 Favorites   0 Comments

Color spaces of #bf4878

RGB 19172120
HSL0.930.480.52
HSV336°62°75°
CMYK 0.000.620.37   0.25
XYZ27.193417.067219.6303
Yxy17.06720.42560.2671
Hunter Lab41.312545.19850.7461
CIE-Lab48.344652.1194-2.0456

#bf4878 color RGB value is (191,72,120).

#bf4878 hex color red value is 191, green value is 72 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #bf4878 hue: 0.93 , saturation: 0.48 and the lightness value of bf4878 is 0.52.

The process color (four color CMYK) of #bf4878 color hex is 0.00, 0.62, 0.37, 0.25. Web safe color of #bf4878 is #cc3366. Color #bf4878 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 01001000 01111000
Octal 277 110 170
Decimal 191 72 120
Hex BF 48 78

RGB Percentages of Color #bf4878

%49.87
%18.80
%31.33

CMYK Percentages of Color #bf4878

%0
%62
%37
%25

Triadic Colors of #bf4878

#bf4878 #78bf48 #4878bf

Analogous Colors of #bf4878

#bf4878 #bf5448 #bf48b4

Monochromatic Colors of #bf4878

#bf4878

Complementary Color

#bf4878 #48bf8f

#bf4878 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf4878 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf4878 Color CSS Codes

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

#bf4878 Text Font Color

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

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


#bf4878 Background Color

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

This div background color is #bf4878


#bf4878 Border Color

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

This div border color is #bf4878


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf4878


Comments

No comments written yet.

Please login to write comment.