Color Hex Logo

#bf138f Color Hex

#BF138F
(191,19,143)
0 Favorites   0 Comments

Color spaces of #bf138f

RGB 19119143
HSL0.880.820.41
HSV317°90°75°
CMYK 0.000.900.25   0.25
XYZ26.676713.525327.1912
Yxy13.52530.39580.2007
Hunter Lab36.776865.1189-18.0928
CIE-Lab43.544370.7102-23.2839

#bf138f color RGB value is (191,19,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 00010011 10001111
Octal 277 23 217
Decimal 191 19 143
Hex BF 13 8F

RGB Percentages of Color #bf138f

%54.11
%5.38
%40.51

CMYK Percentages of Color #bf138f

%0
%90
%25
%25

Triadic Colors of #bf138f

#bf138f #8fbf13 #138fbf

Analogous Colors of #bf138f

#bf138f #bf1339 #9913bf

Monochromatic Colors of #bf138f

#bf138f

Complementary Color

#bf138f #13bf43

#bf138f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf138f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf138f Color CSS Codes

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

#bf138f Text Font Color

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

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


#bf138f Background Color

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

This div background color is #bf138f


#bf138f Border Color

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

This div border color is #bf138f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf138f


Comments

No comments written yet.

Please login to write comment.