Color Hex Logo

#352fae Color Hex

#352FAE
(53,47,174)
0 Favorites   0 Comments

Color spaces of #352fae

RGB 5347174
HSL0.670.570.43
HSV243°73°68°
CMYK 0.700.730.00   0.32
XYZ10.12475.845940.6391
Yxy5.84590.17890.1033
Hunter Lab24.178332.4351-82.7304
CIE-Lab29.020342.9667-66.3773

#352fae color RGB value is (53,47,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 00101111 10101110
Octal 65 57 256
Decimal 53 47 174
Hex 35 2F AE

RGB Percentages of Color #352fae

%19.34
%17.15
%63.50

CMYK Percentages of Color #352fae

%70
%73
%0
%32

Triadic Colors of #352fae

#352fae #ae352f #2fae35

Analogous Colors of #352fae

#352fae #752fae #2f69ae

Monochromatic Colors of #352fae

#352fae

Complementary Color

#352fae #a8ae2f

#352fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#352fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#352fae Color CSS Codes

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

#352fae Text Font Color

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

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


#352fae Background Color

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

This div background color is #352fae


#352fae Border Color

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

This div border color is #352fae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(53,47,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 #352fae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #352fae


Comments

No comments written yet.

Please login to write comment.