Color Hex Logo

#3355dc Color Hex

#3355DC
(51,85,220)
0 Favorites   0 Comments

Color spaces of #3355dc

RGB 5185220
HSL0.630.710.53
HSV228°77°86°
CMYK 0.770.610.00   0.14
XYZ17.532012.368169.1734
Yxy12.36810.17700.1248
Hunter Lab35.168327.4407-92.0011
CIE-Lab41.795335.5039-72.2848

#3355dc color RGB value is (51,85,220).

#3355dc hex color red value is 51, green value is 85 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #3355dc hue: 0.63 , saturation: 0.71 and the lightness value of 3355dc is 0.53.

The process color (four color CMYK) of #3355dc color hex is 0.77, 0.61, 0.00, 0.14. Web safe color of #3355dc is #3366cc. Color #3355dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01010101 11011100
Octal 63 125 334
Decimal 51 85 220
Hex 33 55 DC

RGB Percentages of Color #3355dc

%14.33
%23.88
%61.80

CMYK Percentages of Color #3355dc

%77
%61
%0
%14

Triadic Colors of #3355dc

#3355dc #dc3355 #55dc33

Analogous Colors of #3355dc

#3355dc #6633dc #33aadc

Monochromatic Colors of #3355dc

#3355dc

Complementary Color

#3355dc #dcba33

#3355dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3355dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3355dc Color CSS Codes

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

#3355dc Text Font Color

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

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


#3355dc Background Color

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

This div background color is #3355dc


#3355dc Border Color

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

This div border color is #3355dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3355dc


Comments

No comments written yet.

Please login to write comment.