Color Hex Logo

#b03492 Color Hex

#B03492
(176,52,146)
0 Favorites   0 Comments

Color spaces of #b03492

RGB 17652146
HSL0.870.540.45
HSV315°70°69°
CMYK 0.000.700.17   0.31
XYZ24.320813.761428.5685
Yxy13.76140.36490.2065
Hunter Lab37.096452.1080-19.6927
CIE-Lab43.888859.2900-24.7815

#b03492 color RGB value is (176,52,146).

#b03492 hex color red value is 176, green value is 52 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #b03492 hue: 0.87 , saturation: 0.54 and the lightness value of b03492 is 0.45.

The process color (four color CMYK) of #b03492 color hex is 0.00, 0.70, 0.17, 0.31. Web safe color of #b03492 is #993399. Color #b03492 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00110100 10010010
Octal 260 64 222
Decimal 176 52 146
Hex B0 34 92

RGB Percentages of Color #b03492

%47.06
%13.90
%39.04

CMYK Percentages of Color #b03492

%0
%70
%17
%31

Triadic Colors of #b03492

#b03492 #92b034 #3492b0

Analogous Colors of #b03492

#b03492 #b03454 #9034b0

Monochromatic Colors of #b03492

#b03492

Complementary Color

#b03492 #34b052

#b03492 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b03492 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b03492 Color CSS Codes

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

#b03492 Text Font Color

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

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


#b03492 Background Color

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

This div background color is #b03492


#b03492 Border Color

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

This div border color is #b03492


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b03492


Comments

No comments written yet.

Please login to write comment.