Color Hex Logo

#352dae Color Hex

#352DAE
(53,45,174)
0 Favorites   0 Comments

Color spaces of #352dae

RGB 5345174
HSL0.680.590.43
HSV244°74°68°
CMYK 0.700.740.00   0.32
XYZ10.04665.689640.6131
Yxy5.68960.17830.1010
Hunter Lab23.852933.4399-84.2531
CIE-Lab28.615444.1008-67.0446

#352dae color RGB value is (53,45,174).

#352dae hex color red value is 53, green value is 45 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #352dae hue: 0.68 , saturation: 0.59 and the lightness value of 352dae is 0.43.

The process color (four color CMYK) of #352dae color hex is 0.70, 0.74, 0.00, 0.32. Web safe color of #352dae is #333399. Color #352dae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00101101 10101110
Octal 65 55 256
Decimal 53 45 174
Hex 35 2D AE

RGB Percentages of Color #352dae

%19.49
%16.54
%63.97

CMYK Percentages of Color #352dae

%70
%74
%0
%32

Triadic Colors of #352dae

#352dae #ae352d #2dae35

Analogous Colors of #352dae

#352dae #762dae #2d66ae

Monochromatic Colors of #352dae

#352dae

Complementary Color

#352dae #a6ae2d

#352dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#352dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#352dae Color CSS Codes

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

#352dae Text Font Color

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

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


#352dae Background Color

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

This div background color is #352dae


#352dae Border Color

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

This div border color is #352dae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,45,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #352dae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #352dae;
  -webkit-box-shadow: 1px 1px 3px 2px #352dae;
  box-shadow:         1px 1px 3px 2px #352dae; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #352dae


Comments

No comments written yet.

Please login to write comment.