Color Hex Logo

#3068dc Color Hex

#3068DC
(48,104,220)
0 Favorites   0 Comments

Color spaces of #3068dc

RGB 48104220
HSL0.610.710.53
HSV220°78°86°
CMYK 0.780.530.00   0.14
XYZ19.087515.696369.7338
Yxy15.69630.18260.1502
Hunter Lab39.618616.6656-76.6251
CIE-Lab46.573523.0883-64.5096

#3068dc color RGB value is (48,104,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 01101000 11011100
Octal 60 150 334
Decimal 48 104 220
Hex 30 68 DC

RGB Percentages of Color #3068dc

%12.90
%27.96
%59.14

CMYK Percentages of Color #3068dc

%78
%53
%0
%14

Triadic Colors of #3068dc

#3068dc #dc3068 #68dc30

Analogous Colors of #3068dc

#3068dc #4e30dc #30bedc

Monochromatic Colors of #3068dc

#3068dc

Complementary Color

#3068dc #dca430

#3068dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3068dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3068dc Color CSS Codes

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

#3068dc Text Font Color

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

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


#3068dc Background Color

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

This div background color is #3068dc


#3068dc Border Color

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

This div border color is #3068dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3068dc


Comments

No comments written yet.

Please login to write comment.