Color Hex Logo

#352352 Color Hex

#352352
(53,35,82)
0 Favorites   0 Comments

Color spaces of #352352

RGB 533582
HSL0.730.400.23
HSV263°57°32°
CMYK 0.350.570.00   0.68
XYZ3.59222.56818.2890
Yxy2.56810.24860.1777
Hunter Lab16.025311.9680-19.4497
CIE-Lab18.223820.2778-25.7572

#352352 color RGB value is (53,35,82).

#352352 hex color red value is 53, green value is 35 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #352352 hue: 0.73 , saturation: 0.40 and the lightness value of 352352 is 0.23.

The process color (four color CMYK) of #352352 color hex is 0.35, 0.57, 0.00, 0.68. Web safe color of #352352 is #333366. Color #352352 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00100011 01010010
Octal 65 43 122
Decimal 53 35 82
Hex 35 23 52

RGB Percentages of Color #352352

%31.18
%20.59
%48.24

CMYK Percentages of Color #352352

%35
%57
%0
%68

Triadic Colors of #352352

#352352 #523523 #235235

Analogous Colors of #352352

#352352 #4d2352 #232952

Monochromatic Colors of #352352

#352352

Complementary Color

#352352 #405223

#352352 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#352352 Color Preview on White Background

Lorem ipsum dolor sit amet.

#352352 Color CSS Codes

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

#352352 Text Font Color

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

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


#352352 Background Color

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

This div background color is #352352


#352352 Border Color

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

This div border color is #352352


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #352352


Comments

No comments written yet.

Please login to write comment.