Color Hex Logo

#bf508e Color Hex

#BF508E
(191,80,142)
0 Favorites   0 Comments

Color spaces of #bf508e

RGB 19180142
HSL0.910.460.53
HSV326°58°75°
CMYK 0.000.580.26   0.25
XYZ29.237018.766727.6726
Yxy18.76670.38630.2480
Hunter Lab43.320544.6585-7.5493
CIE-Lab50.413151.2580-12.1800

#bf508e color RGB value is (191,80,142).

#bf508e hex color red value is 191, green value is 80 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #bf508e hue: 0.91 , saturation: 0.46 and the lightness value of bf508e is 0.53.

The process color (four color CMYK) of #bf508e color hex is 0.00, 0.58, 0.26, 0.25. Web safe color of #bf508e is #cc6699. Color #bf508e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 01010000 10001110
Octal 277 120 216
Decimal 191 80 142
Hex BF 50 8E

RGB Percentages of Color #bf508e

%46.25
%19.37
%34.38

CMYK Percentages of Color #bf508e

%0
%58
%26
%25

Triadic Colors of #bf508e

#bf508e #8ebf50 #508ebf

Analogous Colors of #bf508e

#bf508e #bf5057 #b950bf

Monochromatic Colors of #bf508e

#bf508e

Complementary Color

#bf508e #50bf81

#bf508e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf508e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf508e Color CSS Codes

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

#bf508e Text Font Color

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

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


#bf508e Background Color

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

This div background color is #bf508e


#bf508e Border Color

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

This div border color is #bf508e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf508e


Comments

No comments written yet.

Please login to write comment.