Color Hex Logo

#3313cd Color Hex

#3313CD
(51,19,205)
0 Favorites   0 Comments

Color spaces of #3313cd

RGB 5119205
HSL0.700.830.44
HSV250°91°80°
CMYK 0.750.910.00   0.20
XYZ12.61765.577358.1691
Yxy5.57730.16520.0730
Hunter Lab23.616354.0395-129.5052
CIE-Lab28.320064.0299-85.8697

#3313cd color RGB value is (51,19,205).

#3313cd hex color red value is 51, green value is 19 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #3313cd hue: 0.70 , saturation: 0.83 and the lightness value of 3313cd is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 00010011 11001101
Octal 63 23 315
Decimal 51 19 205
Hex 33 13 CD

RGB Percentages of Color #3313cd

%18.55
%6.91
%74.55

CMYK Percentages of Color #3313cd

%75
%91
%0
%20

Triadic Colors of #3313cd

#3313cd #cd3313 #13cd33

Analogous Colors of #3313cd

#3313cd #9013cd #1350cd

Monochromatic Colors of #3313cd

#3313cd

Complementary Color

#3313cd #adcd13

#3313cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3313cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3313cd Color CSS Codes

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

#3313cd Text Font Color

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

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


#3313cd Background Color

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

This div background color is #3313cd


#3313cd Border Color

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

This div border color is #3313cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3313cd


Comments

No comments written yet.

Please login to write comment.