Color Hex Logo

#3301cd Color Hex

#3301CD
(51,1,205)
0 Favorites   0 Comments

Color spaces of #3301cd

RGB 511205
HSL0.710.990.40
HSV255°100°80°
CMYK 0.751.000.00   0.20
XYZ12.39555.133358.0951
Yxy5.13330.16390.0679
Hunter Lab22.656858.0078-136.1679
CIE-Lab27.111267.7345-87.8849

#3301cd color RGB value is (51,1,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 00000001 11001101
Octal 63 1 315
Decimal 51 1 205
Hex 33 1 CD

RGB Percentages of Color #3301cd

%19.84
%0.39
%79.77

CMYK Percentages of Color #3301cd

%75
%100
%0
%20

Triadic Colors of #3301cd

#3301cd #cd3301 #01cd33

Analogous Colors of #3301cd

#3301cd #9901cd #0135cd

Monochromatic Colors of #3301cd

#3301cd

Complementary Color

#3301cd #9bcd01

#3301cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3301cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3301cd Color CSS Codes

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

#3301cd Text Font Color

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

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


#3301cd Background Color

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

This div background color is #3301cd


#3301cd Border Color

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

This div border color is #3301cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3301cd


Comments

No comments written yet.

Please login to write comment.