Color Hex Logo

#353aca Color Hex

#353ACA
(53,58,202)
0 Favorites   0 Comments

Color spaces of #353aca

RGB 5358202
HSL0.660.580.50
HSV238°74°79°
CMYK 0.740.710.00   0.21
XYZ13.64198.047356.7114
Yxy8.04730.17400.1026
Hunter Lab28.367836.1961-98.6721
CIE-Lab34.081245.9202-74.5694

#353aca color RGB value is (53,58,202).

#353aca hex color red value is 53, green value is 58 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #353aca hue: 0.66 , saturation: 0.58 and the lightness value of 353aca is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 00111010 11001010
Octal 65 72 312
Decimal 53 58 202
Hex 35 3A CA

RGB Percentages of Color #353aca

%16.93
%18.53
%64.54

CMYK Percentages of Color #353aca

%74
%71
%0
%21

Triadic Colors of #353aca

#353aca #ca353a #3aca35

Analogous Colors of #353aca

#353aca #7b35ca #3585ca

Monochromatic Colors of #353aca

#353aca

Complementary Color

#353aca #cac535

#353aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#353aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#353aca Color CSS Codes

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

#353aca Text Font Color

<p style="color:#353aca">Text here</p>

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


#353aca Background Color

<div style="background-color:#353aca">
Div content here</div>

This div background color is #353aca


#353aca Border Color

<div style="border:3px solid #353aca">
Div here</div>

This div border color is #353aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #353aca


Comments

No comments written yet.

Please login to write comment.