Color Hex Logo

#b45881 Color Hex

#B45881
(180,88,129)
0 Favorites   0 Comments

Color spaces of #b45881

RGB 18088129
HSL0.930.380.53
HSV333°51°71°
CMYK 0.000.510.28   0.29
XYZ26.274618.267722.9101
Yxy18.26770.38950.2708
Hunter Lab42.740734.9355-1.8624
CIE-Lab49.819242.0102-5.4744

#b45881 color RGB value is (180,88,129).

#b45881 hex color red value is 180, green value is 88 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #b45881 hue: 0.93 , saturation: 0.38 and the lightness value of b45881 is 0.53.

The process color (four color CMYK) of #b45881 color hex is 0.00, 0.51, 0.28, 0.29. Web safe color of #b45881 is #cc6699. Color #b45881 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01011000 10000001
Octal 264 130 201
Decimal 180 88 129
Hex B4 58 81

RGB Percentages of Color #b45881

%45.34
%22.17
%32.49

CMYK Percentages of Color #b45881

%0
%51
%28
%29

Triadic Colors of #b45881

#b45881 #81b458 #5881b4

Analogous Colors of #b45881

#b45881 #b45d58 #b458af

Monochromatic Colors of #b45881

#b45881

Complementary Color

#b45881 #58b48b

#b45881 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b45881 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b45881 Color CSS Codes

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

#b45881 Text Font Color

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

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


#b45881 Background Color

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

This div background color is #b45881


#b45881 Border Color

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

This div border color is #b45881


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b45881


Comments

No comments written yet.

Please login to write comment.