Color Hex Logo

#0332dc Color Hex

#0332DC
(3,50,220)
0 Favorites   0 Comments

Color spaces of #0332dc

RGB 350220
HSL0.630.970.44
HSV227°99°86°
CMYK 0.990.770.00   0.14
XYZ14.09647.467968.4086
Yxy7.46790.15670.0830
Hunter Lab27.327544.2531-129.2909
CIE-Lab32.849254.1061-87.0731

#0332dc color RGB value is (3,50,220).

#0332dc hex color red value is 3, green value is 50 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #0332dc hue: 0.63 , saturation: 0.97 and the lightness value of 0332dc is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 00000011 00110010 11011100
Octal 3 62 334
Decimal 3 50 220
Hex 3 32 DC

RGB Percentages of Color #0332dc

%1.10
%18.32
%80.59

CMYK Percentages of Color #0332dc

%99
%77
%0
%14

Triadic Colors of #0332dc

#0332dc #dc0332 #32dc03

Analogous Colors of #0332dc

#0332dc #4103dc #039fdc

Monochromatic Colors of #0332dc

#0332dc

Complementary Color

#0332dc #dcad03

#0332dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0332dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0332dc Color CSS Codes

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

#0332dc Text Font Color

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

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


#0332dc Background Color

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

This div background color is #0332dc


#0332dc Border Color

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

This div border color is #0332dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0332dc


Comments

No comments written yet.

Please login to write comment.