Color Hex Logo

#352cea Color Hex

#352CEA
(53,44,234)
0 Favorites   0 Comments

Color spaces of #352cea

RGB 5344234
HSL0.670.820.55
HSV243°81°92°
CMYK 0.770.810.00   0.08
XYZ17.22028.498878.5747
Yxy8.49880.16510.0815
Hunter Lab29.152754.4209-139.3963
CIE-Lab35.000863.0930-91.4600

#352cea color RGB value is (53,44,234).

#352cea hex color red value is 53, green value is 44 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #352cea hue: 0.67 , saturation: 0.82 and the lightness value of 352cea is 0.55.

The process color (four color CMYK) of #352cea color hex is 0.77, 0.81, 0.00, 0.08. Web safe color of #352cea is #3333ff. Color #352cea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00101100 11101010
Octal 65 54 352
Decimal 53 44 234
Hex 35 2C EA

RGB Percentages of Color #352cea

%16.01
%13.29
%70.69

CMYK Percentages of Color #352cea

%77
%81
%0
%8

Triadic Colors of #352cea

#352cea #ea352c #2cea35

Analogous Colors of #352cea

#352cea #942cea #2c82ea

Monochromatic Colors of #352cea

#352cea

Complementary Color

#352cea #e1ea2c

#352cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#352cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#352cea Color CSS Codes

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

#352cea Text Font Color

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

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


#352cea Background Color

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

This div background color is #352cea


#352cea Border Color

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

This div border color is #352cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #352cea


Comments

No comments written yet.

Please login to write comment.