Color Hex Logo

#3511dc Color Hex

#3511DC
(53,17,220)
0 Favorites   0 Comments

Color spaces of #3511dc

RGB 5317220
HSL0.700.860.46
HSV251°92°86°
CMYK 0.760.920.00   0.14
XYZ14.58696.325168.1622
Yxy6.32510.16380.0710
Hunter Lab25.149859.5182-143.0861
CIE-Lab30.218368.4811-91.4033

#3511dc color RGB value is (53,17,220).

#3511dc hex color red value is 53, green value is 17 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #3511dc hue: 0.70 , saturation: 0.86 and the lightness value of 3511dc is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 00010001 11011100
Octal 65 21 334
Decimal 53 17 220
Hex 35 11 DC

RGB Percentages of Color #3511dc

%18.28
%5.86
%75.86

CMYK Percentages of Color #3511dc

%76
%92
%0
%14

Triadic Colors of #3511dc

#3511dc #dc3511 #11dc35

Analogous Colors of #3511dc

#3511dc #9b11dc #1153dc

Monochromatic Colors of #3511dc

#3511dc

Complementary Color

#3511dc #b8dc11

#3511dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3511dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3511dc Color CSS Codes

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

#3511dc Text Font Color

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

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


#3511dc Background Color

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

This div background color is #3511dc


#3511dc Border Color

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

This div border color is #3511dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3511dc


Comments

No comments written yet.

Please login to write comment.