Color Hex Logo

#b41fcb Color Hex

#B41FCB
(180,31,203)
0 Favorites   0 Comments

Color spaces of #b41fcb

RGB 18031203
HSL0.810.740.46
HSV292°85°80°
CMYK 0.110.850.00   0.20
XYZ30.091914.995157.8082
Yxy14.99510.29250.1457
Hunter Lab38.723570.9456-61.4043
CIE-Lab45.627575.1440-55.6928

#b41fcb color RGB value is (180,31,203).

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

The process color (four color CMYK) of #b41fcb color hex is 0.11, 0.85, 0.00, 0.20. Web safe color of #b41fcb is #cc33cc. Color #b41fcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00011111 11001011
Octal 264 37 313
Decimal 180 31 203
Hex B4 1F CB

RGB Percentages of Color #b41fcb

%43.48
%7.49
%49.03

CMYK Percentages of Color #b41fcb

%11
%85
%0
%20

Triadic Colors of #b41fcb

#b41fcb #cbb41f #1fcbb4

Analogous Colors of #b41fcb

#b41fcb #cb1f8c #5e1fcb

Monochromatic Colors of #b41fcb

#b41fcb

Complementary Color

#b41fcb #36cb1f

#b41fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b41fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b41fcb Color CSS Codes

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

#b41fcb Text Font Color

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

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


#b41fcb Background Color

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

This div background color is #b41fcb


#b41fcb Border Color

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

This div border color is #b41fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b41fcb


Comments

No comments written yet.

Please login to write comment.