Color Hex Logo

#353acd Color Hex

#353ACD
(53,58,205)
0 Favorites   0 Comments

Color spaces of #353acd

RGB 5358205
HSL0.660.600.51
HSV238°74°80°
CMYK 0.740.720.00   0.20
XYZ14.00078.190858.6007
Yxy8.19080.17330.1014
Hunter Lab28.619637.2380-101.3670
CIE-Lab34.377146.9199-75.8267

#353acd color RGB value is (53,58,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 00111010 11001101
Octal 65 72 315
Decimal 53 58 205
Hex 35 3A CD

RGB Percentages of Color #353acd

%16.77
%18.35
%64.87

CMYK Percentages of Color #353acd

%74
%72
%0
%20

Triadic Colors of #353acd

#353acd #cd353a #3acd35

Analogous Colors of #353acd

#353acd #7c35cd #3586cd

Monochromatic Colors of #353acd

#353acd

Complementary Color

#353acd #cdc835

#353acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#353acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#353acd Color CSS Codes

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

#353acd Text Font Color

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

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


#353acd Background Color

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

This div background color is #353acd


#353acd Border Color

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

This div border color is #353acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #353acd


Comments

No comments written yet.

Please login to write comment.