Color Hex Logo

#bf487c Color Hex

#BF487C
(191,72,124)
0 Favorites   0 Comments

Color spaces of #bf487c

RGB 19172124
HSL0.930.480.52
HSV334°62°75°
CMYK 0.000.620.35   0.25
XYZ27.441317.166320.9359
Yxy17.16630.41870.2619
Hunter Lab41.432245.7173-0.9569
CIE-Lab48.468952.5818-4.2825

#bf487c color RGB value is (191,72,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 01001000 01111100
Octal 277 110 174
Decimal 191 72 124
Hex BF 48 7C

RGB Percentages of Color #bf487c

%49.35
%18.60
%32.04

CMYK Percentages of Color #bf487c

%0
%62
%35
%25

Triadic Colors of #bf487c

#bf487c #7cbf48 #487cbf

Analogous Colors of #bf487c

#bf487c #bf5048 #bf48b8

Monochromatic Colors of #bf487c

#bf487c

Complementary Color

#bf487c #48bf8b

#bf487c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf487c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf487c Color CSS Codes

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

#bf487c Text Font Color

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

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


#bf487c Background Color

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

This div background color is #bf487c


#bf487c Border Color

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

This div border color is #bf487c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf487c


Comments

No comments written yet.

Please login to write comment.