Color Hex Logo

#b04690 Color Hex

#B04690
(176,70,144)
0 Favorites   0 Comments

Color spaces of #b04690

RGB 17670144
HSL0.880.430.48
HSV318°60°69°
CMYK 0.000.600.18   0.31
XYZ25.128715.624028.0769
Yxy15.62400.36510.2270
Hunter Lab39.527244.3055-14.4457
CIE-Lab46.477351.6094-19.5800

#b04690 color RGB value is (176,70,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 01000110 10010000
Octal 260 106 220
Decimal 176 70 144
Hex B0 46 90

RGB Percentages of Color #b04690

%45.13
%17.95
%36.92

CMYK Percentages of Color #b04690

%0
%60
%18
%31

Triadic Colors of #b04690

#b04690 #90b046 #4690b0

Analogous Colors of #b04690

#b04690 #b0465b #9b46b0

Monochromatic Colors of #b04690

#b04690

Complementary Color

#b04690 #46b066

#b04690 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b04690 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b04690 Color CSS Codes

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

#b04690 Text Font Color

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

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


#b04690 Background Color

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

This div background color is #b04690


#b04690 Border Color

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

This div border color is #b04690


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b04690


Comments

No comments written yet.

Please login to write comment.