Color Hex Logo

#bf0f7f Color Hex

#BF0F7F
(191,15,127)
0 Favorites   0 Comments

Color spaces of #bf0f7f

RGB 19115127
HSL0.890.850.40
HSV322°92°75°
CMYK 0.000.920.34   0.25
XYZ25.487412.950321.2350
Yxy12.95030.42710.2170
Hunter Lab35.986563.4459-9.7954
CIE-Lab42.688369.4611-14.7963

#bf0f7f color RGB value is (191,15,127).

#bf0f7f hex color red value is 191, green value is 15 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #bf0f7f hue: 0.89 , saturation: 0.85 and the lightness value of bf0f7f is 0.40.

The process color (four color CMYK) of #bf0f7f color hex is 0.00, 0.92, 0.34, 0.25. Web safe color of #bf0f7f is #cc0066. Color #bf0f7f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 00001111 01111111
Octal 277 17 177
Decimal 191 15 127
Hex BF F 7F

RGB Percentages of Color #bf0f7f

%57.36
%4.50
%38.14

CMYK Percentages of Color #bf0f7f

%0
%92
%34
%25

Triadic Colors of #bf0f7f

#bf0f7f #7fbf0f #0f7fbf

Analogous Colors of #bf0f7f

#bf0f7f #bf0f27 #a70fbf

Monochromatic Colors of #bf0f7f

#bf0f7f

Complementary Color

#bf0f7f #0fbf4f

#bf0f7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf0f7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf0f7f Color CSS Codes

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

#bf0f7f Text Font Color

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

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


#bf0f7f Background Color

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

This div background color is #bf0f7f


#bf0f7f Border Color

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

This div border color is #bf0f7f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf0f7f


Comments

No comments written yet.

Please login to write comment.