Color Hex Logo

#352eca Color Hex

#352ECA
(53,46,202)
0 Favorites   0 Comments

Color spaces of #352eca

RGB 5346202
HSL0.670.630.49
HSV243°77°79°
CMYK 0.740.770.00   0.21
XYZ13.10596.975156.5327
Yxy6.97510.17110.0910
Hunter Lab26.410442.3606-108.4257
CIE-Lab31.750252.4933-78.4193

#352eca color RGB value is (53,46,202).

#352eca hex color red value is 53, green value is 46 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #352eca hue: 0.67 , saturation: 0.63 and the lightness value of 352eca is 0.49.

The process color (four color CMYK) of #352eca color hex is 0.74, 0.77, 0.00, 0.21. Web safe color of #352eca is #3333cc. Color #352eca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00101110 11001010
Octal 65 56 312
Decimal 53 46 202
Hex 35 2E CA

RGB Percentages of Color #352eca

%17.61
%15.28
%67.11

CMYK Percentages of Color #352eca

%74
%77
%0
%21

Triadic Colors of #352eca

#352eca #ca352e #2eca35

Analogous Colors of #352eca

#352eca #832eca #2e75ca

Monochromatic Colors of #352eca

#352eca

Complementary Color

#352eca #c3ca2e

#352eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#352eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#352eca Color CSS Codes

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

#352eca Text Font Color

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

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


#352eca Background Color

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

This div background color is #352eca


#352eca Border Color

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

This div border color is #352eca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #352eca


Comments

No comments written yet.

Please login to write comment.