Color Hex Logo

#353dcd Color Hex

#353DCD
(53,61,205)
0 Favorites   0 Comments

Color spaces of #353dcd

RGB 5361205
HSL0.660.600.51
HSV237°74°80°
CMYK 0.740.700.00   0.20
XYZ14.15648.502158.6526
Yxy8.50210.17410.1046
Hunter Lab29.158435.6347-98.8521
CIE-Lab35.007445.1784-74.7880

#353dcd color RGB value is (53,61,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 00111101 11001101
Octal 65 75 315
Decimal 53 61 205
Hex 35 3D CD

RGB Percentages of Color #353dcd

%16.61
%19.12
%64.26

CMYK Percentages of Color #353dcd

%74
%70
%0
%20

Triadic Colors of #353dcd

#353dcd #cd353d #3dcd35

Analogous Colors of #353dcd

#353dcd #7935cd #3589cd

Monochromatic Colors of #353dcd

#353dcd

Complementary Color

#353dcd #cdc535

#353dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#353dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#353dcd Color CSS Codes

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

#353dcd Text Font Color

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

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


#353dcd Background Color

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

This div background color is #353dcd


#353dcd Border Color

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

This div border color is #353dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #353dcd


Comments

No comments written yet.

Please login to write comment.