Color Hex Logo

#352084 Color Hex

#352084
(53,32,132)
0 Favorites   0 Comments

Color spaces of #352084

RGB 5332132
HSL0.700.610.32
HSV253°76°52°
CMYK 0.600.760.00   0.48
XYZ6.14963.455922.1727
Yxy3.45590.19350.1088
Hunter Lab18.590126.5153-57.7033
CIE-Lab21.784337.8637-52.5202

#352084 color RGB value is (53,32,132).

#352084 hex color red value is 53, green value is 32 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #352084 hue: 0.70 , saturation: 0.61 and the lightness value of 352084 is 0.32.

The process color (four color CMYK) of #352084 color hex is 0.60, 0.76, 0.00, 0.48. Web safe color of #352084 is #333399. Color #352084 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00100000 10000100
Octal 65 40 204
Decimal 53 32 132
Hex 35 20 84

RGB Percentages of Color #352084

%24.42
%14.75
%60.83

CMYK Percentages of Color #352084

%60
%76
%0
%48

Triadic Colors of #352084

#352084 #843520 #208435

Analogous Colors of #352084

#352084 #672084 #203d84

Monochromatic Colors of #352084

#352084

Complementary Color

#352084 #6f8420

#352084 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#352084 Color Preview on White Background

Lorem ipsum dolor sit amet.

#352084 Color CSS Codes

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

#352084 Text Font Color

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

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


#352084 Background Color

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

This div background color is #352084


#352084 Border Color

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

This div border color is #352084


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #352084


Comments

No comments written yet.

Please login to write comment.