Color Hex Logo

#3053dc Color Hex

#3053DC
(48,83,220)
0 Favorites   0 Comments

Color spaces of #3053dc

RGB 4883220
HSL0.630.710.53
HSV228°78°86°
CMYK 0.780.620.00   0.14
XYZ17.230411.982269.1148
Yxy11.98220.17520.1219
Hunter Lab34.615328.2748-94.1509
CIE-Lab41.187836.4807-73.2836

#3053dc color RGB value is (48,83,220).

#3053dc hex color red value is 48, green value is 83 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #3053dc hue: 0.63 , saturation: 0.71 and the lightness value of 3053dc is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 01010011 11011100
Octal 60 123 334
Decimal 48 83 220
Hex 30 53 DC

RGB Percentages of Color #3053dc

%13.68
%23.65
%62.68

CMYK Percentages of Color #3053dc

%78
%62
%0
%14

Triadic Colors of #3053dc

#3053dc #dc3053 #53dc30

Analogous Colors of #3053dc

#3053dc #6330dc #30a9dc

Monochromatic Colors of #3053dc

#3053dc

Complementary Color

#3053dc #dcb930

#3053dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3053dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3053dc Color CSS Codes

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

#3053dc Text Font Color

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

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


#3053dc Background Color

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

This div background color is #3053dc


#3053dc Border Color

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

This div border color is #3053dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(48,83,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 #3053dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3053dc


Comments

No comments written yet.

Please login to write comment.