Color Hex Logo

#354dca Color Hex

#354DCA
(53,77,202)
0 Favorites   0 Comments

Color spaces of #354dca

RGB 5377202
HSL0.640.580.50
HSV230°74°79°
CMYK 0.740.620.00   0.21
XYZ14.782710.328957.0917
Yxy10.32890.17980.1257
Hunter Lab32.138625.8616-82.8270
CIE-Lab38.426434.2939-67.4367

#354dca color RGB value is (53,77,202).

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

The process color (four color CMYK) of #354dca color hex is 0.74, 0.62, 0.00, 0.21. Web safe color of #354dca is #3366cc. Color #354dca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01001101 11001010
Octal 65 115 312
Decimal 53 77 202
Hex 35 4D CA

RGB Percentages of Color #354dca

%15.96
%23.19
%60.84

CMYK Percentages of Color #354dca

%74
%62
%0
%21

Triadic Colors of #354dca

#354dca #ca354d #4dca35

Analogous Colors of #354dca

#354dca #6835ca #3598ca

Monochromatic Colors of #354dca

#354dca

Complementary Color

#354dca #cab235

#354dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#354dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#354dca Color CSS Codes

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

#354dca Text Font Color

<p style="color:#354dca">Text here</p>

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


#354dca Background Color

<div style="background-color:#354dca">
Div content here</div>

This div background color is #354dca


#354dca Border Color

<div style="border:3px solid #354dca">
Div here</div>

This div border color is #354dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #354dca


Comments

No comments written yet.

Please login to write comment.