Color Hex Logo

#b04490 Color Hex

#B04490
(176,68,144)
0 Favorites   0 Comments

Color spaces of #b04490

RGB 17668144
HSL0.880.440.48
HSV318°61°69°
CMYK 0.000.610.18   0.31
XYZ25.005715.378028.0359
Yxy15.37800.36550.2248
Hunter Lab39.214845.1964-14.9379
CIE-Lab46.147652.5058-20.0863

#b04490 color RGB value is (176,68,144).

#b04490 hex color red value is 176, green value is 68 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #b04490 hue: 0.88 , saturation: 0.44 and the lightness value of b04490 is 0.48.

The process color (four color CMYK) of #b04490 color hex is 0.00, 0.61, 0.18, 0.31. Web safe color of #b04490 is #993399. Color #b04490 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01000100 10010000
Octal 260 104 220
Decimal 176 68 144
Hex B0 44 90

RGB Percentages of Color #b04490

%45.36
%17.53
%37.11

CMYK Percentages of Color #b04490

%0
%61
%18
%31

Triadic Colors of #b04490

#b04490 #90b044 #4490b0

Analogous Colors of #b04490

#b04490 #b0445a #9a44b0

Monochromatic Colors of #b04490

#b04490

Complementary Color

#b04490 #44b064

#b04490 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b04490 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b04490 Color CSS Codes

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

#b04490 Text Font Color

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

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


#b04490 Background Color

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

This div background color is #b04490


#b04490 Border Color

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

This div border color is #b04490


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,68,144, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b04490


Comments

No comments written yet.

Please login to write comment.