Color Hex Logo

#3315cc Color Hex

#3315CC
(51,21,204)
0 Favorites   0 Comments

Color spaces of #3315cc

RGB 5121204
HSL0.690.810.44
HSV250°90°80°
CMYK 0.750.900.00   0.20
XYZ12.53255.599857.5471
Yxy5.59980.16560.0740
Hunter Lab23.663953.1225-127.6198
CIE-Lab28.379563.1986-85.1866

#3315cc color RGB value is (51,21,204).

#3315cc hex color red value is 51, green value is 21 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #3315cc hue: 0.69 , saturation: 0.81 and the lightness value of 3315cc is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 00010101 11001100
Octal 63 25 314
Decimal 51 21 204
Hex 33 15 CC

RGB Percentages of Color #3315cc

%18.48
%7.61
%73.91

CMYK Percentages of Color #3315cc

%75
%90
%0
%20

Triadic Colors of #3315cc

#3315cc #cc3315 #15cc33

Analogous Colors of #3315cc

#3315cc #8f15cc #1552cc

Monochromatic Colors of #3315cc

#3315cc

Complementary Color

#3315cc #aecc15

#3315cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3315cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3315cc Color CSS Codes

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

#3315cc Text Font Color

<p style="color:#3315cc">Text here</p>

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


#3315cc Background Color

<div style="background-color:#3315cc">
Div content here</div>

This div background color is #3315cc


#3315cc Border Color

<div style="border:3px solid #3315cc">
Div here</div>

This div border color is #3315cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(51,21,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3315cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3315cc;
  -webkit-box-shadow: 1px 1px 3px 2px #3315cc;
  box-shadow:         1px 1px 3px 2px #3315cc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3315cc


Comments

No comments written yet.

Please login to write comment.