Color Hex Logo

#353ca8 Color Hex

#353CA8
(53,60,168)
0 Favorites   0 Comments

Color spaces of #353ca8

RGB 5360168
HSL0.660.520.43
HSV236°68°66°
CMYK 0.680.640.00   0.34
XYZ10.15196.815837.8263
Yxy6.81580.18530.1244
Hunter Lab26.107123.7234-67.6297
CIE-Lab31.383832.9911-58.9002

#353ca8 color RGB value is (53,60,168).

#353ca8 hex color red value is 53, green value is 60 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #353ca8 hue: 0.66 , saturation: 0.52 and the lightness value of 353ca8 is 0.43.

The process color (four color CMYK) of #353ca8 color hex is 0.68, 0.64, 0.00, 0.34. Web safe color of #353ca8 is #333399. Color #353ca8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00111100 10101000
Octal 65 74 250
Decimal 53 60 168
Hex 35 3C A8

RGB Percentages of Color #353ca8

%18.86
%21.35
%59.79

CMYK Percentages of Color #353ca8

%68
%64
%0
%34

Triadic Colors of #353ca8

#353ca8 #a8353c #3ca835

Analogous Colors of #353ca8

#353ca8 #6835a8 #3576a8

Monochromatic Colors of #353ca8

#353ca8

Complementary Color

#353ca8 #a8a135

#353ca8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#353ca8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#353ca8 Color CSS Codes

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

#353ca8 Text Font Color

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

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


#353ca8 Background Color

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

This div background color is #353ca8


#353ca8 Border Color

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

This div border color is #353ca8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #353ca8


Comments

No comments written yet.

Please login to write comment.