Color Hex Logo

#3060ce Color Hex

#3060CE
(48,96,206)
0 Favorites   0 Comments

Color spaces of #3060ce

RGB 4896206
HSL0.620.620.50
HSV222°77°81°
CMYK 0.770.530.00   0.19
XYZ16.542413.450460.1168
Yxy13.45040.18360.1493
Hunter Lab36.674816.3327-71.5150
CIE-Lab43.434222.9804-61.6021

#3060ce color RGB value is (48,96,206).

#3060ce hex color red value is 48, green value is 96 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #3060ce hue: 0.62 , saturation: 0.62 and the lightness value of 3060ce is 0.50.

The process color (four color CMYK) of #3060ce color hex is 0.77, 0.53, 0.00, 0.19. Web safe color of #3060ce is #3366cc. Color #3060ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01100000 11001110
Octal 60 140 316
Decimal 48 96 206
Hex 30 60 CE

RGB Percentages of Color #3060ce

%13.71
%27.43
%58.86

CMYK Percentages of Color #3060ce

%77
%53
%0
%19

Triadic Colors of #3060ce

#3060ce #ce3060 #60ce30

Analogous Colors of #3060ce

#3060ce #4f30ce #30afce

Monochromatic Colors of #3060ce

#3060ce

Complementary Color

#3060ce #ce9e30

#3060ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3060ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#3060ce Color CSS Codes

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

#3060ce Text Font Color

<p style="color:#3060ce">Text here</p>

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


#3060ce Background Color

<div style="background-color:#3060ce">
Div content here</div>

This div background color is #3060ce


#3060ce Border Color

<div style="border:3px solid #3060ce">
Div here</div>

This div border color is #3060ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,96,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3060ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3060ce;
  -webkit-box-shadow: 1px 1px 3px 2px #3060ce;
  box-shadow:         1px 1px 3px 2px #3060ce; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3060ce


Comments

No comments written yet.

Please login to write comment.