Color Hex Logo

#350cca Color Hex

#350CCA
(53,12,202)
0 Favorites   0 Comments

Color spaces of #350cca

RGB 5312202
HSL0.700.890.42
HSV253°94°79°
CMYK 0.740.940.00   0.21
XYZ12.26035.284156.2509
Yxy5.28410.16610.0716
Hunter Lab22.987254.9761-128.9949
CIE-Lab27.529365.0072-85.4291

#350cca color RGB value is (53,12,202).

#350cca hex color red value is 53, green value is 12 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #350cca hue: 0.70 , saturation: 0.89 and the lightness value of 350cca is 0.42.

The process color (four color CMYK) of #350cca color hex is 0.74, 0.94, 0.00, 0.21. Web safe color of #350cca is #3300cc. Color #350cca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00001100 11001010
Octal 65 14 312
Decimal 53 12 202
Hex 35 C CA

RGB Percentages of Color #350cca

%19.85
%4.49
%75.66

CMYK Percentages of Color #350cca

%74
%94
%0
%21

Triadic Colors of #350cca

#350cca #ca350c #0cca35

Analogous Colors of #350cca

#350cca #940cca #0c42ca

Monochromatic Colors of #350cca

#350cca

Complementary Color

#350cca #a1ca0c

#350cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#350cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#350cca Color CSS Codes

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

#350cca Text Font Color

<p style="color:#350cca">Text here</p>

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


#350cca Background Color

<div style="background-color:#350cca">
Div content here</div>

This div background color is #350cca


#350cca Border Color

<div style="border:3px solid #350cca">
Div here</div>

This div border color is #350cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #350cca


Comments

No comments written yet.

Please login to write comment.