Color Hex Logo

#3349de Color Hex

#3349DE
(51,73,222)
0 Favorites   0 Comments

Color spaces of #3349de

RGB 5173222
HSL0.650.720.54
HSV232°77°87°
CMYK 0.770.670.00   0.13
XYZ16.932610.742870.2884
Yxy10.74280.17280.1097
Hunter Lab32.776234.8570-104.2037
CIE-Lab39.143943.6511-77.7751

#3349de color RGB value is (51,73,222).

#3349de hex color red value is 51, green value is 73 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #3349de hue: 0.65 , saturation: 0.72 and the lightness value of 3349de is 0.54.

The process color (four color CMYK) of #3349de color hex is 0.77, 0.67, 0.00, 0.13. Web safe color of #3349de is #3333cc. Color #3349de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01001001 11011110
Octal 63 111 336
Decimal 51 73 222
Hex 33 49 DE

RGB Percentages of Color #3349de

%14.74
%21.10
%64.16

CMYK Percentages of Color #3349de

%77
%67
%0
%13

Triadic Colors of #3349de

#3349de #de3349 #49de33

Analogous Colors of #3349de

#3349de #7333de #339fde

Monochromatic Colors of #3349de

#3349de

Complementary Color

#3349de #dec833

#3349de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3349de Color Preview on White Background

Lorem ipsum dolor sit amet.

#3349de Color CSS Codes

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

#3349de Text Font Color

<p style="color:#3349de">Text here</p>

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


#3349de Background Color

<div style="background-color:#3349de">
Div content here</div>

This div background color is #3349de


#3349de Border Color

<div style="border:3px solid #3349de">
Div here</div>

This div border color is #3349de


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(51,73,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3349de; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3349de;
  -webkit-box-shadow: 1px 1px 3px 2px #3349de;
  box-shadow:         1px 1px 3px 2px #3349de; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(51,73,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3349de


Comments

No comments written yet.

Please login to write comment.