Color Hex Logo

#354bca Color Hex

#354BCA
(53,75,202)
0 Favorites   0 Comments

Color spaces of #354bca

RGB 5375202
HSL0.640.580.50
HSV231°74°79°
CMYK 0.740.630.00   0.21
XYZ14.644910.053357.0457
Yxy10.05330.17920.1230
Hunter Lab31.706926.9590-84.4770
CIE-Lab37.937935.5611-68.2355

#354bca color RGB value is (53,75,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 01001011 11001010
Octal 65 113 312
Decimal 53 75 202
Hex 35 4B CA

RGB Percentages of Color #354bca

%16.06
%22.73
%61.21

CMYK Percentages of Color #354bca

%74
%63
%0
%21

Triadic Colors of #354bca

#354bca #ca354b #4bca35

Analogous Colors of #354bca

#354bca #6a35ca #3596ca

Monochromatic Colors of #354bca

#354bca

Complementary Color

#354bca #cab435

#354bca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#354bca Color Preview on White Background

Lorem ipsum dolor sit amet.

#354bca Color CSS Codes

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

#354bca Text Font Color

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

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


#354bca Background Color

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

This div background color is #354bca


#354bca Border Color

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

This div border color is #354bca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #354bca


Comments

No comments written yet.

Please login to write comment.