Color Hex Logo

#b41fcf Color Hex

#B41FCF
(180,31,207)
0 Favorites   0 Comments

Color spaces of #b41fcf

RGB 18031207
HSL0.810.740.47
HSV291°85°81°
CMYK 0.130.850.00   0.19
XYZ30.574915.188360.3516
Yxy15.18830.28810.1431
Hunter Lab38.972271.8376-64.5349
CIE-Lab45.891075.8216-57.5795

#b41fcf color RGB value is (180,31,207).

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

The process color (four color CMYK) of #b41fcf color hex is 0.13, 0.85, 0.00, 0.19. Web safe color of #b41fcf is #cc33cc. Color #b41fcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00011111 11001111
Octal 264 37 317
Decimal 180 31 207
Hex B4 1F CF

RGB Percentages of Color #b41fcf

%43.06
%7.42
%49.52

CMYK Percentages of Color #b41fcf

%13
%85
%0
%19

Triadic Colors of #b41fcf

#b41fcf #cfb41f #1fcfb4

Analogous Colors of #b41fcf

#b41fcf #cf1f92 #5c1fcf

Monochromatic Colors of #b41fcf

#b41fcf

Complementary Color

#b41fcf #3acf1f

#b41fcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b41fcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b41fcf Color CSS Codes

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

#b41fcf Text Font Color

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

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


#b41fcf Background Color

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

This div background color is #b41fcf


#b41fcf Border Color

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

This div border color is #b41fcf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,31,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 #b41fcf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b41fcf


Comments

No comments written yet.

Please login to write comment.