Color Hex Logo

#350acc Color Hex

#350ACC
(53,10,204)
0 Favorites   0 Comments

Color spaces of #350acc

RGB 5310204
HSL0.700.910.42
HSV253°95°80°
CMYK 0.740.950.00   0.20
XYZ12.47585.333657.4987
Yxy5.33360.16570.0708
Hunter Lab23.094656.0110-131.4484
CIE-Lab27.664865.8947-86.3734

#350acc color RGB value is (53,10,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 00001010 11001100
Octal 65 12 314
Decimal 53 10 204
Hex 35 A CC

RGB Percentages of Color #350acc

%19.85
%3.75
%76.40

CMYK Percentages of Color #350acc

%74
%95
%0
%20

Triadic Colors of #350acc

#350acc #cc350a #0acc35

Analogous Colors of #350acc

#350acc #960acc #0a40cc

Monochromatic Colors of #350acc

#350acc

Complementary Color

#350acc #a1cc0a

#350acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#350acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#350acc Color CSS Codes

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

#350acc Text Font Color

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

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


#350acc Background Color

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

This div background color is #350acc


#350acc Border Color

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

This div border color is #350acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #350acc


Comments

No comments written yet.

Please login to write comment.