Color Hex Logo

#b40fcf Color Hex

#B40FCF
(180,15,207)
0 Favorites   0 Comments

Color spaces of #b40fcf

RGB 18015207
HSL0.810.860.44
HSV292°93°81°
CMYK 0.130.930.00   0.19
XYZ30.255714.549960.2452
Yxy14.54990.28800.1385
Hunter Lab38.144374.8318-66.9417
CIE-Lab45.011478.4165-58.9994

#b40fcf color RGB value is (180,15,207).

#b40fcf hex color red value is 180, green value is 15 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #b40fcf hue: 0.81 , saturation: 0.86 and the lightness value of b40fcf is 0.44.

The process color (four color CMYK) of #b40fcf color hex is 0.13, 0.93, 0.00, 0.19. Web safe color of #b40fcf is #cc00cc. Color #b40fcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00001111 11001111
Octal 264 17 317
Decimal 180 15 207
Hex B4 F CF

RGB Percentages of Color #b40fcf

%44.78
%3.73
%51.49

CMYK Percentages of Color #b40fcf

%13
%93
%0
%19

Triadic Colors of #b40fcf

#b40fcf #cfb40f #0fcfb4

Analogous Colors of #b40fcf

#b40fcf #cf0f8a #540fcf

Monochromatic Colors of #b40fcf

#b40fcf

Complementary Color

#b40fcf #2acf0f

#b40fcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b40fcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b40fcf Color CSS Codes

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

#b40fcf Text Font Color

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

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


#b40fcf Background Color

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

This div background color is #b40fcf


#b40fcf Border Color

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

This div border color is #b40fcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b40fcf


Comments

No comments written yet.

Please login to write comment.