Color Hex Logo

#352372 Color Hex

#352372
(53,35,114)
0 Favorites   0 Comments

Color spaces of #352372

RGB 5335114
HSL0.700.530.29
HSV254°69°45°
CMYK 0.540.690.00   0.55
XYZ5.10653.173916.2631
Yxy3.17390.20810.1293
Hunter Lab17.815419.9870-41.6530
CIE-Lab20.727330.3607-42.7923

#352372 color RGB value is (53,35,114).

#352372 hex color red value is 53, green value is 35 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #352372 hue: 0.70 , saturation: 0.53 and the lightness value of 352372 is 0.29.

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 00100011 01110010
Octal 65 43 162
Decimal 53 35 114
Hex 35 23 72

RGB Percentages of Color #352372

%26.24
%17.33
%56.44

CMYK Percentages of Color #352372

%54
%69
%0
%55

Triadic Colors of #352372

#352372 #723523 #237235

Analogous Colors of #352372

#352372 #5d2372 #233872

Monochromatic Colors of #352372

#352372

Complementary Color

#352372 #607223

#352372 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#352372 Color Preview on White Background

Lorem ipsum dolor sit amet.

#352372 Color CSS Codes

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

#352372 Text Font Color

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

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


#352372 Background Color

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

This div background color is #352372


#352372 Border Color

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

This div border color is #352372


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #352372


Comments

No comments written yet.

Please login to write comment.