Color Hex Logo

#3515dc Color Hex

#3515DC
(53,21,220)
0 Favorites   0 Comments

Color spaces of #3515dc

RGB 5321220
HSL0.690.830.47
HSV250°90°86°
CMYK 0.760.900.00   0.14
XYZ14.65466.460568.1848
Yxy6.46050.16410.0723
Hunter Lab25.417558.4345-141.2586
CIE-Lab30.545867.4831-90.8576

#3515dc color RGB value is (53,21,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 00010101 11011100
Octal 65 25 334
Decimal 53 21 220
Hex 35 15 DC

RGB Percentages of Color #3515dc

%18.03
%7.14
%74.83

CMYK Percentages of Color #3515dc

%76
%90
%0
%14

Triadic Colors of #3515dc

#3515dc #dc3515 #15dc35

Analogous Colors of #3515dc

#3515dc #9915dc #1558dc

Monochromatic Colors of #3515dc

#3515dc

Complementary Color

#3515dc #bcdc15

#3515dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3515dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3515dc Color CSS Codes

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

#3515dc Text Font Color

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

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


#3515dc Background Color

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

This div background color is #3515dc


#3515dc Border Color

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

This div border color is #3515dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3515dc


Comments

No comments written yet.

Please login to write comment.