Color Hex Logo

#352360 Color Hex

#352360
(53,35,96)
0 Favorites   0 Comments

Color spaces of #352360

RGB 533596
HSL0.720.470.26
HSV258°64°38°
CMYK 0.450.640.00   0.62
XYZ4.18062.803511.3871
Yxy2.80350.22760.1526
Hunter Lab16.743715.2670-28.6016
CIE-Lab19.239124.6041-33.4712

#352360 color RGB value is (53,35,96).

#352360 hex color red value is 53, green value is 35 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #352360 hue: 0.72 , saturation: 0.47 and the lightness value of 352360 is 0.26.

The process color (four color CMYK) of #352360 color hex is 0.45, 0.64, 0.00, 0.62. Web safe color of #352360 is #333366. Color #352360 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00100011 01100000
Octal 65 43 140
Decimal 53 35 96
Hex 35 23 60

RGB Percentages of Color #352360

%28.80
%19.02
%52.17

CMYK Percentages of Color #352360

%45
%64
%0
%62

Triadic Colors of #352360

#352360 #603523 #236035

Analogous Colors of #352360

#352360 #542360 #233060

Monochromatic Colors of #352360

#352360

Complementary Color

#352360 #4e6023

#352360 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#352360 Color Preview on White Background

Lorem ipsum dolor sit amet.

#352360 Color CSS Codes

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

#352360 Text Font Color

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

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


#352360 Background Color

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

This div background color is #352360


#352360 Border Color

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

This div border color is #352360


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #352360


Comments

No comments written yet.

Please login to write comment.