Color Hex Logo

#bf135f Color Hex

#BF135F
(191,19,95)
0 Favorites   0 Comments

Color spaces of #bf135f

RGB 1911995
HSL0.930.820.41
HSV333°90°75°
CMYK 0.000.900.50   0.25
XYZ23.784312.368311.9602
Yxy12.36830.49430.2571
Hunter Lab35.168659.17344.4546
CIE-Lab41.795665.96103.8643

#bf135f color RGB value is (191,19,95).

#bf135f hex color red value is 191, green value is 19 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #bf135f hue: 0.93 , saturation: 0.82 and the lightness value of bf135f is 0.41.

The process color (four color CMYK) of #bf135f color hex is 0.00, 0.90, 0.50, 0.25. Web safe color of #bf135f is #cc0066. Color #bf135f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 00010011 01011111
Octal 277 23 137
Decimal 191 19 95
Hex BF 13 5F

RGB Percentages of Color #bf135f

%62.62
%6.23
%31.15

CMYK Percentages of Color #bf135f

%0
%90
%50
%25

Triadic Colors of #bf135f

#bf135f #5fbf13 #135fbf

Analogous Colors of #bf135f

#bf135f #bf1d13 #bf13b5

Monochromatic Colors of #bf135f

#bf135f

Complementary Color

#bf135f #13bf73

#bf135f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf135f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf135f Color CSS Codes

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

#bf135f Text Font Color

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

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


#bf135f Background Color

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

This div background color is #bf135f


#bf135f Border Color

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

This div border color is #bf135f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf135f


Comments

No comments written yet.

Please login to write comment.