Color Hex Logo

#3320cd Color Hex

#3320CD
(51,32,205)
0 Favorites   0 Comments

Color spaces of #3320cd

RGB 5132205
HSL0.680.730.46
HSV247°84°80°
CMYK 0.750.840.00   0.20
XYZ12.90126.144658.2637
Yxy6.14460.16690.0795
Hunter Lab24.788349.5217-122.0064
CIE-Lab29.774459.6576-83.4500

#3320cd color RGB value is (51,32,205).

#3320cd hex color red value is 51, green value is 32 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #3320cd hue: 0.68 , saturation: 0.73 and the lightness value of 3320cd is 0.46.

The process color (four color CMYK) of #3320cd color hex is 0.75, 0.84, 0.00, 0.20. Web safe color of #3320cd is #3333cc. Color #3320cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 00100000 11001101
Octal 63 40 315
Decimal 51 32 205
Hex 33 20 CD

RGB Percentages of Color #3320cd

%17.71
%11.11
%71.18

CMYK Percentages of Color #3320cd

%75
%84
%0
%20

Triadic Colors of #3320cd

#3320cd #cd3320 #20cd33

Analogous Colors of #3320cd

#3320cd #8a20cd #2064cd

Monochromatic Colors of #3320cd

#3320cd

Complementary Color

#3320cd #bacd20

#3320cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3320cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3320cd Color CSS Codes

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

#3320cd Text Font Color

<p style="color:#3320cd">Text here</p>

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


#3320cd Background Color

<div style="background-color:#3320cd">
Div content here</div>

This div background color is #3320cd


#3320cd Border Color

<div style="border:3px solid #3320cd">
Div here</div>

This div border color is #3320cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(51,32,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3320cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3320cd;
  -webkit-box-shadow: 1px 1px 3px 2px #3320cd;
  box-shadow:         1px 1px 3px 2px #3320cd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3320cd


Comments

No comments written yet.

Please login to write comment.