Color Hex Logo

#352976 Color Hex

#352976
(53,41,118)
0 Favorites   0 Comments

Color spaces of #352976

RGB 5341118
HSL0.690.480.31
HSV249°65°46°
CMYK 0.550.650.00   0.54
XYZ5.53123.650817.5527
Yxy3.65080.20690.1366
Hunter Lab19.107118.2356-41.0918
CIE-Lab22.481727.8905-42.5013

#352976 color RGB value is (53,41,118).

#352976 hex color red value is 53, green value is 41 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #352976 hue: 0.69 , saturation: 0.48 and the lightness value of 352976 is 0.31.

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 00101001 01110110
Octal 65 51 166
Decimal 53 41 118
Hex 35 29 76

RGB Percentages of Color #352976

%25.00
%19.34
%55.66

CMYK Percentages of Color #352976

%55
%65
%0
%54

Triadic Colors of #352976

#352976 #763529 #297635

Analogous Colors of #352976

#352976 #5c2976 #294376

Monochromatic Colors of #352976

#352976

Complementary Color

#352976 #6a7629

#352976 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#352976 Color Preview on White Background

Lorem ipsum dolor sit amet.

#352976 Color CSS Codes

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

#352976 Text Font Color

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

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


#352976 Background Color

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

This div background color is #352976


#352976 Border Color

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

This div border color is #352976


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #352976


Comments

No comments written yet.

Please login to write comment.