Color Hex Logo

#352eae Color Hex

#352EAE
(53,46,174)
0 Favorites   0 Comments

Color spaces of #352eae

RGB 5346174
HSL0.680.580.43
HSV243°74°68°
CMYK 0.700.740.00   0.32
XYZ10.08525.766940.6260
Yxy5.76690.17860.1021
Hunter Lab24.014432.9386-83.4930
CIE-Lab28.816643.5362-66.7131

#352eae color RGB value is (53,46,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 00101110 10101110
Octal 65 56 256
Decimal 53 46 174
Hex 35 2E AE

RGB Percentages of Color #352eae

%19.41
%16.85
%63.74

CMYK Percentages of Color #352eae

%70
%74
%0
%32

Triadic Colors of #352eae

#352eae #ae352e #2eae35

Analogous Colors of #352eae

#352eae #752eae #2e67ae

Monochromatic Colors of #352eae

#352eae

Complementary Color

#352eae #a7ae2e

#352eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#352eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#352eae Color CSS Codes

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

#352eae Text Font Color

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

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


#352eae Background Color

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

This div background color is #352eae


#352eae Border Color

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

This div border color is #352eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #352eae


Comments

No comments written yet.

Please login to write comment.