Color Hex Logo

#b04181 Color Hex

#B04181
(176,65,129)
0 Favorites   0 Comments

Color spaces of #b04181

RGB 17665129
HSL0.900.460.47
HSV325°63°69°
CMYK 0.000.630.27   0.31
XYZ23.757214.595722.3340
Yxy14.59570.39150.2405
Hunter Lab38.204344.1419-7.9175
CIE-Lab45.075451.7041-12.6478

#b04181 color RGB value is (176,65,129).

#b04181 hex color red value is 176, green value is 65 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #b04181 hue: 0.90 , saturation: 0.46 and the lightness value of b04181 is 0.47.

The process color (four color CMYK) of #b04181 color hex is 0.00, 0.63, 0.27, 0.31. Web safe color of #b04181 is #993399. Color #b04181 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01000001 10000001
Octal 260 101 201
Decimal 176 65 129
Hex B0 41 81

RGB Percentages of Color #b04181

%47.57
%17.57
%34.86

CMYK Percentages of Color #b04181

%0
%63
%27
%31

Triadic Colors of #b04181

#b04181 #81b041 #4181b0

Analogous Colors of #b04181

#b04181 #b0414a #a841b0

Monochromatic Colors of #b04181

#b04181

Complementary Color

#b04181 #41b070

#b04181 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b04181 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b04181 Color CSS Codes

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

#b04181 Text Font Color

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

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


#b04181 Background Color

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

This div background color is #b04181


#b04181 Border Color

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

This div border color is #b04181


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b04181


Comments

No comments written yet.

Please login to write comment.