Color Hex Logo

#3301dc Color Hex

#3301DC
(51,1,220)
0 Favorites   0 Comments

Color spaces of #3301dc

RGB 511220
HSL0.700.990.43
HSV254°100°86°
CMYK 0.771.000.00   0.14
XYZ14.29445.892868.0942
Yxy5.89280.16190.0668
Hunter Lab24.275162.6284-149.3222
CIE-Lab29.140471.3258-93.2048

#3301dc color RGB value is (51,1,220).

#3301dc hex color red value is 51, green value is 1 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #3301dc hue: 0.70 , saturation: 0.99 and the lightness value of 3301dc is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 00000001 11011100
Octal 63 1 334
Decimal 51 1 220
Hex 33 1 DC

RGB Percentages of Color #3301dc

%18.75
%0.37
%80.88

CMYK Percentages of Color #3301dc

%77
%100
%0
%14

Triadic Colors of #3301dc

#3301dc #dc3301 #01dc33

Analogous Colors of #3301dc

#3301dc #a101dc #013cdc

Monochromatic Colors of #3301dc

#3301dc

Complementary Color

#3301dc #aadc01

#3301dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3301dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3301dc Color CSS Codes

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

#3301dc Text Font Color

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

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


#3301dc Background Color

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

This div background color is #3301dc


#3301dc Border Color

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

This div border color is #3301dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3301dc


Comments

No comments written yet.

Please login to write comment.