Color Hex Logo

#352176 Color Hex

#352176
(53,33,118)
0 Favorites   0 Comments

Color spaces of #352176

RGB 5333118
HSL0.710.560.30
HSV254°72°46°
CMYK 0.550.720.00   0.54
XYZ5.28213.152617.4697
Yxy3.15260.20390.1217
Hunter Lab17.755622.0297-45.9065
CIE-Lab20.645032.8539-45.4962

#352176 color RGB value is (53,33,118).

#352176 hex color red value is 53, green value is 33 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #352176 hue: 0.71 , saturation: 0.56 and the lightness value of 352176 is 0.30.

The process color (four color CMYK) of #352176 color hex is 0.55, 0.72, 0.00, 0.54. Web safe color of #352176 is #333366. Color #352176 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00100001 01110110
Octal 65 41 166
Decimal 53 33 118
Hex 35 21 76

RGB Percentages of Color #352176

%25.98
%16.18
%57.84

CMYK Percentages of Color #352176

%55
%72
%0
%54

Triadic Colors of #352176

#352176 #763521 #217635

Analogous Colors of #352176

#352176 #602176 #213876

Monochromatic Colors of #352176

#352176

Complementary Color

#352176 #627621

#352176 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#352176 Color Preview on White Background

Lorem ipsum dolor sit amet.

#352176 Color CSS Codes

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

#352176 Text Font Color

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

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


#352176 Background Color

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

This div background color is #352176


#352176 Border Color

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

This div border color is #352176


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #352176


Comments

No comments written yet.

Please login to write comment.