Color Hex Logo

#b40fbf Color Hex

#B40FBF
(180,15,191)
0 Favorites   0 Comments

Color spaces of #b40fbf

RGB 18015191
HSL0.820.850.40
HSV296°92°75°
CMYK 0.060.920.00   0.25
XYZ28.397213.806550.4584
Yxy13.80650.30650.1490
Hunter Lab37.157171.3932-54.5044
CIE-Lab43.954175.8354-51.4012

#b40fbf color RGB value is (180,15,191).

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

The process color (four color CMYK) of #b40fbf color hex is 0.06, 0.92, 0.00, 0.25. Web safe color of #b40fbf is #cc00cc. Color #b40fbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00001111 10111111
Octal 264 17 277
Decimal 180 15 191
Hex B4 F BF

RGB Percentages of Color #b40fbf

%46.63
%3.89
%49.48

CMYK Percentages of Color #b40fbf

%6
%92
%0
%25

Triadic Colors of #b40fbf

#b40fbf #bfb40f #0fbfb4

Analogous Colors of #b40fbf

#b40fbf #bf0f72 #5c0fbf

Monochromatic Colors of #b40fbf

#b40fbf

Complementary Color

#b40fbf #1abf0f

#b40fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b40fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b40fbf Color CSS Codes

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

#b40fbf Text Font Color

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

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


#b40fbf Background Color

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

This div background color is #b40fbf


#b40fbf Border Color

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

This div border color is #b40fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b40fbf


Comments

No comments written yet.

Please login to write comment.