Color Hex Logo

#b45978 Color Hex

#B45978
(180,89,120)
0 Favorites   0 Comments

Color spaces of #b45978

RGB 18089120
HSL0.940.380.53
HSV340°51°71°
CMYK 0.000.510.33   0.29
XYZ25.784918.204119.9240
Yxy18.20410.40340.2848
Hunter Lab42.666333.20862.1795
CIE-Lab49.742740.3035-0.1957

#b45978 color RGB value is (180,89,120).

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

The process color (four color CMYK) of #b45978 color hex is 0.00, 0.51, 0.33, 0.29. Web safe color of #b45978 is #cc6666. Color #b45978 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01011001 01111000
Octal 264 131 170
Decimal 180 89 120
Hex B4 59 78

RGB Percentages of Color #b45978

%46.27
%22.88
%30.85

CMYK Percentages of Color #b45978

%0
%51
%33
%29

Triadic Colors of #b45978

#b45978 #78b459 #5978b4

Analogous Colors of #b45978

#b45978 #b46859 #b459a6

Monochromatic Colors of #b45978

#b45978

Complementary Color

#b45978 #59b495

#b45978 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b45978 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b45978 Color CSS Codes

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

#b45978 Text Font Color

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

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


#b45978 Background Color

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

This div background color is #b45978


#b45978 Border Color

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

This div border color is #b45978


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b45978


Comments

No comments written yet.

Please login to write comment.