Color Hex Logo

#3013dc Color Hex

#3013DC
(48,19,220)
0 Favorites   0 Comments

Color spaces of #3013dc

RGB 4819220
HSL0.690.840.47
HSV249°91°86°
CMYK 0.780.910.00   0.14
XYZ14.37016.261468.1613
Yxy6.26140.16180.0705
Hunter Lab25.022858.7192-143.9882
CIE-Lab30.062667.8193-91.6709

#3013dc color RGB value is (48,19,220).

#3013dc hex color red value is 48, green value is 19 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #3013dc hue: 0.69 , saturation: 0.84 and the lightness value of 3013dc is 0.47.

The process color (four color CMYK) of #3013dc color hex is 0.78, 0.91, 0.00, 0.14. Web safe color of #3013dc is #3300cc. Color #3013dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00010011 11011100
Octal 60 23 334
Decimal 48 19 220
Hex 30 13 DC

RGB Percentages of Color #3013dc

%16.72
%6.62
%76.66

CMYK Percentages of Color #3013dc

%78
%91
%0
%14

Triadic Colors of #3013dc

#3013dc #dc3013 #13dc30

Analogous Colors of #3013dc

#3013dc #9513dc #135bdc

Monochromatic Colors of #3013dc

#3013dc

Complementary Color

#3013dc #bfdc13

#3013dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3013dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3013dc Color CSS Codes

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

#3013dc Text Font Color

<p style="color:#3013dc">Text here</p>

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


#3013dc Background Color

<div style="background-color:#3013dc">
Div content here</div>

This div background color is #3013dc


#3013dc Border Color

<div style="border:3px solid #3013dc">
Div here</div>

This div border color is #3013dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,19,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3013dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3013dc;
  -webkit-box-shadow: 1px 1px 3px 2px #3013dc;
  box-shadow:         1px 1px 3px 2px #3013dc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3013dc


Comments

No comments written yet.

Please login to write comment.