Color Hex Logo

#b81481 Color Hex

#B81481
(184,20,129)
0 Favorites   0 Comments

Color spaces of #b81481

RGB 18420129
HSL0.890.800.40
HSV320°89°72°
CMYK 0.000.890.30   0.28
XYZ23.979812.275621.8744
Yxy12.27560.41250.2112
Hunter Lab35.036660.8554-12.4910
CIE-Lab41.650867.4458-17.7376

#b81481 color RGB value is (184,20,129).

#b81481 hex color red value is 184, green value is 20 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #b81481 hue: 0.89 , saturation: 0.80 and the lightness value of b81481 is 0.40.

The process color (four color CMYK) of #b81481 color hex is 0.00, 0.89, 0.30, 0.28. Web safe color of #b81481 is #cc0099. Color #b81481 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00010100 10000001
Octal 270 24 201
Decimal 184 20 129
Hex B8 14 81

RGB Percentages of Color #b81481

%55.26
%6.01
%38.74

CMYK Percentages of Color #b81481

%0
%89
%30
%28

Triadic Colors of #b81481

#b81481 #81b814 #1481b8

Analogous Colors of #b81481

#b81481 #b8142f #9d14b8

Monochromatic Colors of #b81481

#b81481

Complementary Color

#b81481 #14b84b

#b81481 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b81481 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b81481 Color CSS Codes

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

#b81481 Text Font Color

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

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


#b81481 Background Color

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

This div background color is #b81481


#b81481 Border Color

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

This div border color is #b81481


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(184,20,129, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b81481; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b81481;
  -webkit-box-shadow: 1px 1px 3px 2px #b81481;
  box-shadow:         1px 1px 3px 2px #b81481; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,20,129, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b81481


Comments

No comments written yet.

Please login to write comment.