Color Hex Logo

#3513dc Color Hex

#3513DC
(53,19,220)
0 Favorites   0 Comments

Color spaces of #3513dc

RGB 5319220
HSL0.690.840.47
HSV250°91°86°
CMYK 0.760.910.00   0.14
XYZ14.61936.389968.1730
Yxy6.38990.16390.0716
Hunter Lab25.278358.9959-142.2046
CIE-Lab30.375668.0012-91.1411

#3513dc color RGB value is (53,19,220).

#3513dc hex color red value is 53, green value is 19 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #3513dc hue: 0.69 , saturation: 0.84 and the lightness value of 3513dc is 0.47.

The process color (four color CMYK) of #3513dc color hex is 0.76, 0.91, 0.00, 0.14. Web safe color of #3513dc is #3300cc. Color #3513dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00010011 11011100
Octal 65 23 334
Decimal 53 19 220
Hex 35 13 DC

RGB Percentages of Color #3513dc

%18.15
%6.51
%75.34

CMYK Percentages of Color #3513dc

%76
%91
%0
%14

Triadic Colors of #3513dc

#3513dc #dc3513 #13dc35

Analogous Colors of #3513dc

#3513dc #9a13dc #1355dc

Monochromatic Colors of #3513dc

#3513dc

Complementary Color

#3513dc #badc13

#3513dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3513dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3513dc Color CSS Codes

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

#3513dc Text Font Color

<p style="color:#3513dc">Text here</p>

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


#3513dc Background Color

<div style="background-color:#3513dc">
Div content here</div>

This div background color is #3513dc


#3513dc Border Color

<div style="border:3px solid #3513dc">
Div here</div>

This div border color is #3513dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,19,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3513dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3513dc;
  -webkit-box-shadow: 1px 1px 3px 2px #3513dc;
  box-shadow:         1px 1px 3px 2px #3513dc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3513dc


Comments

No comments written yet.

Please login to write comment.