Color Hex Logo

#352cca Color Hex

#352CCA
(53,44,202)
0 Favorites   0 Comments

Color spaces of #352cca

RGB 5344202
HSL0.680.640.48
HSV243°78°79°
CMYK 0.740.780.00   0.21
XYZ13.02966.822556.5073
Yxy6.82250.17060.0893
Hunter Lab26.119943.3327-109.9829
CIE-Lab31.399453.5031-79.0000

#352cca color RGB value is (53,44,202).

#352cca hex color red value is 53, green value is 44 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #352cca hue: 0.68 , saturation: 0.64 and the lightness value of 352cca is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 00101100 11001010
Octal 65 54 312
Decimal 53 44 202
Hex 35 2C CA

RGB Percentages of Color #352cca

%17.73
%14.72
%67.56

CMYK Percentages of Color #352cca

%74
%78
%0
%21

Triadic Colors of #352cca

#352cca #ca352c #2cca35

Analogous Colors of #352cca

#352cca #842cca #2c72ca

Monochromatic Colors of #352cca

#352cca

Complementary Color

#352cca #c1ca2c

#352cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#352cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#352cca Color CSS Codes

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

#352cca Text Font Color

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

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


#352cca Background Color

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

This div background color is #352cca


#352cca Border Color

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

This div border color is #352cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #352cca


Comments

No comments written yet.

Please login to write comment.