Color Hex Logo

#3413cc Color Hex

#3413CC
(52,19,204)
0 Favorites   0 Comments

Color spaces of #3413cc

RGB 5219204
HSL0.700.830.44
HSV251°91°80°
CMYK 0.750.910.00   0.20
XYZ12.54815.555457.5377
Yxy5.55540.16590.0734
Hunter Lab23.569953.7822-128.2370
CIE-Lab28.261963.8111-85.3805

#3413cc color RGB value is (52,19,204).

#3413cc hex color red value is 52, green value is 19 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #3413cc hue: 0.70 , saturation: 0.83 and the lightness value of 3413cc is 0.44.

The process color (four color CMYK) of #3413cc color hex is 0.75, 0.91, 0.00, 0.20. Web safe color of #3413cc is #3300cc. Color #3413cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 00010011 11001100
Octal 64 23 314
Decimal 52 19 204
Hex 34 13 CC

RGB Percentages of Color #3413cc

%18.91
%6.91
%74.18

CMYK Percentages of Color #3413cc

%75
%91
%0
%20

Triadic Colors of #3413cc

#3413cc #cc3413 #13cc34

Analogous Colors of #3413cc

#3413cc #9113cc #134fcc

Monochromatic Colors of #3413cc

#3413cc

Complementary Color

#3413cc #abcc13

#3413cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3413cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3413cc Color CSS Codes

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

#3413cc Text Font Color

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

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


#3413cc Background Color

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

This div background color is #3413cc


#3413cc Border Color

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

This div border color is #3413cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3413cc


Comments

No comments written yet.

Please login to write comment.