Color Hex Logo

#3313cb Color Hex

#3313CB
(51,19,203)
0 Favorites   0 Comments

Color spaces of #3313cb

RGB 5119203
HSL0.700.830.44
HSV250°91°80°
CMYK 0.750.910.00   0.20
XYZ12.37765.481356.9055
Yxy5.48130.16560.0733
Hunter Lab23.412253.3985-127.7214
CIE-Lab28.064263.5047-85.1269

#3313cb color RGB value is (51,19,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 00010011 11001011
Octal 63 23 313
Decimal 51 19 203
Hex 33 13 CB

RGB Percentages of Color #3313cb

%18.68
%6.96
%74.36

CMYK Percentages of Color #3313cb

%75
%91
%0
%20

Triadic Colors of #3313cb

#3313cb #cb3313 #13cb33

Analogous Colors of #3313cb

#3313cb #8f13cb #134fcb

Monochromatic Colors of #3313cb

#3313cb

Complementary Color

#3313cb #abcb13

#3313cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3313cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3313cb Color CSS Codes

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

#3313cb Text Font Color

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

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


#3313cb Background Color

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

This div background color is #3313cb


#3313cb Border Color

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

This div border color is #3313cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3313cb


Comments

No comments written yet.

Please login to write comment.