Color Hex Logo

#3510cc Color Hex

#3510CC
(53,16,204)
0 Favorites   0 Comments

Color spaces of #3510cc

RGB 5316204
HSL0.700.850.43
HSV252°92°80°
CMYK 0.740.920.00   0.20
XYZ12.55265.487157.5243
Yxy5.48710.16610.0726
Hunter Lab23.424654.6604-129.2028
CIE-Lab28.079764.6266-85.6820

#3510cc color RGB value is (53,16,204).

#3510cc hex color red value is 53, green value is 16 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #3510cc hue: 0.70 , saturation: 0.85 and the lightness value of 3510cc is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 00010000 11001100
Octal 65 20 314
Decimal 53 16 204
Hex 35 10 CC

RGB Percentages of Color #3510cc

%19.41
%5.86
%74.73

CMYK Percentages of Color #3510cc

%74
%92
%0
%20

Triadic Colors of #3510cc

#3510cc #cc3510 #10cc35

Analogous Colors of #3510cc

#3510cc #9310cc #1049cc

Monochromatic Colors of #3510cc

#3510cc

Complementary Color

#3510cc #a7cc10

#3510cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3510cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3510cc Color CSS Codes

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

#3510cc Text Font Color

<p style="color:#3510cc">Text here</p>

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


#3510cc Background Color

<div style="background-color:#3510cc">
Div content here</div>

This div background color is #3510cc


#3510cc Border Color

<div style="border:3px solid #3510cc">
Div here</div>

This div border color is #3510cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3510cc


Comments

No comments written yet.

Please login to write comment.