Color Hex Logo

#b41291 Color Hex

#B41291
(180,18,145)
0 Favorites   0 Comments

Color spaces of #b41291

RGB 18018145
HSL0.870.820.39
HSV313°90°71°
CMYK 0.000.900.19   0.29
XYZ24.149512.180227.8663
Yxy12.18020.37620.1897
Hunter Lab34.900162.4396-22.9105
CIE-Lab41.501168.8348-27.8405

#b41291 color RGB value is (180,18,145).

#b41291 hex color red value is 180, green value is 18 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #b41291 hue: 0.87 , saturation: 0.82 and the lightness value of b41291 is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00010010 10010001
Octal 264 22 221
Decimal 180 18 145
Hex B4 12 91

RGB Percentages of Color #b41291

%52.48
%5.25
%42.27

CMYK Percentages of Color #b41291

%0
%90
%19
%29

Triadic Colors of #b41291

#b41291 #91b412 #1291b4

Analogous Colors of #b41291

#b41291 #b41240 #8612b4

Monochromatic Colors of #b41291

#b41291

Complementary Color

#b41291 #12b435

#b41291 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b41291 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b41291 Color CSS Codes

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

#b41291 Text Font Color

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

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


#b41291 Background Color

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

This div background color is #b41291


#b41291 Border Color

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

This div border color is #b41291


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b41291


Comments

No comments written yet.

Please login to write comment.