Color Hex Logo

#3519dd Color Hex

#3519DD
(53,25,221)
0 Favorites   0 Comments

Color spaces of #3519dd

RGB 5325221
HSL0.690.800.48
HSV249°89°87°
CMYK 0.760.890.00   0.13
XYZ14.86706.672668.9110
Yxy6.67260.16440.0738
Hunter Lab25.831457.5290-140.0874
CIE-Lab31.049666.6003-90.5941

#3519dd color RGB value is (53,25,221).

#3519dd hex color red value is 53, green value is 25 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #3519dd hue: 0.69 , saturation: 0.80 and the lightness value of 3519dd is 0.48.

The process color (four color CMYK) of #3519dd color hex is 0.76, 0.89, 0.00, 0.13. Web safe color of #3519dd is #3300cc. Color #3519dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00011001 11011101
Octal 65 31 335
Decimal 53 25 221
Hex 35 19 DD

RGB Percentages of Color #3519dd

%17.73
%8.36
%73.91

CMYK Percentages of Color #3519dd

%76
%89
%0
%13

Triadic Colors of #3519dd

#3519dd #dd3519 #19dd35

Analogous Colors of #3519dd

#3519dd #9719dd #195fdd

Monochromatic Colors of #3519dd

#3519dd

Complementary Color

#3519dd #c1dd19

#3519dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3519dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3519dd Color CSS Codes

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

#3519dd Text Font Color

<p style="color:#3519dd">Text here</p>

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


#3519dd Background Color

<div style="background-color:#3519dd">
Div content here</div>

This div background color is #3519dd


#3519dd Border Color

<div style="border:3px solid #3519dd">
Div here</div>

This div border color is #3519dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,25,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3519dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3519dd;
  -webkit-box-shadow: 1px 1px 3px 2px #3519dd;
  box-shadow:         1px 1px 3px 2px #3519dd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3519dd


Comments

No comments written yet.

Please login to write comment.