Color Hex Logo

#bf4778 Color Hex

#BF4778
(191,71,120)
0 Favorites   0 Comments

Color spaces of #bf4778

RGB 19171120
HSL0.930.480.51
HSV336°63°75°
CMYK 0.000.630.37   0.25
XYZ27.129316.938919.6090
Yxy16.93890.42600.2660
Hunter Lab41.156945.63690.5614
CIE-Lab48.183052.5571-2.2834

#bf4778 color RGB value is (191,71,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 01000111 01111000
Octal 277 107 170
Decimal 191 71 120
Hex BF 47 78

RGB Percentages of Color #bf4778

%50.00
%18.59
%31.41

CMYK Percentages of Color #bf4778

%0
%63
%37
%25

Triadic Colors of #bf4778

#bf4778 #78bf47 #4778bf

Analogous Colors of #bf4778

#bf4778 #bf5247 #bf47b4

Monochromatic Colors of #bf4778

#bf4778

Complementary Color

#bf4778 #47bf8e

#bf4778 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf4778 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf4778 Color CSS Codes

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

#bf4778 Text Font Color

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

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


#bf4778 Background Color

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

This div background color is #bf4778


#bf4778 Border Color

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

This div border color is #bf4778


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,71,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 #bf4778">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf4778


Comments

No comments written yet.

Please login to write comment.