Color Hex Logo

#352ec6 Color Hex

#352EC6
(53,46,198)
0 Favorites   0 Comments

Color spaces of #352ec6

RGB 5346198
HSL0.670.620.48
HSV243°77°78°
CMYK 0.730.770.00   0.22
XYZ12.63826.788154.0702
Yxy6.78810.17200.0924
Hunter Lab26.054040.9919-104.8076
CIE-Lab31.319651.2393-76.7929

#352ec6 color RGB value is (53,46,198).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 00101110 11000110
Octal 65 56 306
Decimal 53 46 198
Hex 35 2E C6

RGB Percentages of Color #352ec6

%17.85
%15.49
%66.67

CMYK Percentages of Color #352ec6

%73
%77
%0
%22

Triadic Colors of #352ec6

#352ec6 #c6352e #2ec635

Analogous Colors of #352ec6

#352ec6 #812ec6 #2e73c6

Monochromatic Colors of #352ec6

#352ec6

Complementary Color

#352ec6 #bfc62e

#352ec6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#352ec6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#352ec6 Color CSS Codes

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

#352ec6 Text Font Color

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

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


#352ec6 Background Color

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

This div background color is #352ec6


#352ec6 Border Color

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

This div border color is #352ec6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #352ec6


Comments

No comments written yet.

Please login to write comment.