Color Hex Logo

#b3358c Color Hex

#B3358C
(179,53,140)
0 Favorites   0 Comments

Color spaces of #b3358c

RGB 17953140
HSL0.880.540.45
HSV319°70°70°
CMYK 0.000.700.22   0.30
XYZ24.597114.023426.2213
Yxy14.02340.37930.2163
Hunter Lab37.447851.7116-15.3019
CIE-Lab44.266558.8596-20.5231

#b3358c color RGB value is (179,53,140).

#b3358c hex color red value is 179, green value is 53 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #b3358c hue: 0.88 , saturation: 0.54 and the lightness value of b3358c is 0.45.

The process color (four color CMYK) of #b3358c color hex is 0.00, 0.70, 0.22, 0.30. Web safe color of #b3358c is #cc3399. Color #b3358c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00110101 10001100
Octal 263 65 214
Decimal 179 53 140
Hex B3 35 8C

RGB Percentages of Color #b3358c

%48.12
%14.25
%37.63

CMYK Percentages of Color #b3358c

%0
%70
%22
%30

Triadic Colors of #b3358c

#b3358c #8cb335 #358cb3

Analogous Colors of #b3358c

#b3358c #b3354d #9b35b3

Monochromatic Colors of #b3358c

#b3358c

Complementary Color

#b3358c #35b35c

#b3358c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3358c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3358c Color CSS Codes

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

#b3358c Text Font Color

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

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


#b3358c Background Color

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

This div background color is #b3358c


#b3358c Border Color

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

This div border color is #b3358c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(179,53,140, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b3358c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b3358c;
  -webkit-box-shadow: 1px 1px 3px 2px #b3358c;
  box-shadow:         1px 1px 3px 2px #b3358c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,53,140, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3358c


Comments

No comments written yet.

Please login to write comment.