Color Hex Logo

#352cad Color Hex

#352CAD
(53,44,173)
0 Favorites   0 Comments

Color spaces of #352cad

RGB 5344173
HSL0.680.590.43
HSV244°75°68°
CMYK 0.690.750.00   0.32
XYZ9.91175.575440.0889
Yxy5.57540.17830.1003
Hunter Lab23.612333.6072-84.1339
CIE-Lab28.314944.3333-66.9407

#352cad color RGB value is (53,44,173).

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

The process color (four color CMYK) of #352cad color hex is 0.69, 0.75, 0.00, 0.32. Web safe color of #352cad is #333399. Color #352cad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00101100 10101101
Octal 65 54 255
Decimal 53 44 173
Hex 35 2C AD

RGB Percentages of Color #352cad

%19.63
%16.30
%64.07

CMYK Percentages of Color #352cad

%69
%75
%0
%32

Triadic Colors of #352cad

#352cad #ad352c #2cad35

Analogous Colors of #352cad

#352cad #762cad #2c64ad

Monochromatic Colors of #352cad

#352cad

Complementary Color

#352cad #a4ad2c

#352cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#352cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#352cad Color CSS Codes

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

#352cad Text Font Color

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

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


#352cad Background Color

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

This div background color is #352cad


#352cad Border Color

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

This div border color is #352cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #352cad


Comments

No comments written yet.

Please login to write comment.