Color Hex Logo

#3332dc Color Hex

#3332DC
(51,50,220)
0 Favorites   0 Comments

Color spaces of #3332dc

RGB 5150220
HSL0.670.710.53
HSV240°77°86°
CMYK 0.770.770.00   0.14
XYZ15.42418.152368.4708
Yxy8.15230.16760.0886
Hunter Lab28.552246.4604-122.1961
CIE-Lab34.298155.9222-84.6269

#3332dc color RGB value is (51,50,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 00110010 11011100
Octal 63 62 334
Decimal 51 50 220
Hex 33 32 DC

RGB Percentages of Color #3332dc

%15.89
%15.58
%68.54

CMYK Percentages of Color #3332dc

%77
%77
%0
%14

Triadic Colors of #3332dc

#3332dc #dc3332 #32dc33

Analogous Colors of #3332dc

#3332dc #8832dc #3286dc

Monochromatic Colors of #3332dc

#3332dc

Complementary Color

#3332dc #dbdc32

#3332dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3332dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3332dc Color CSS Codes

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

#3332dc Text Font Color

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

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


#3332dc Background Color

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

This div background color is #3332dc


#3332dc Border Color

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

This div border color is #3332dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3332dc


Comments

No comments written yet.

Please login to write comment.