Color Hex Logo

#3076ce Color Hex

#3076CE
(48,118,206)
0 Favorites   0 Comments

Color spaces of #3076ce

RGB 48118206
HSL0.590.620.50
HSV213°77°81°
CMYK 0.770.430.00   0.19
XYZ18.837918.041560.8820
Yxy18.04150.19270.1845
Hunter Lab42.47534.8335-55.2507
CIE-Lab49.54648.9922-51.7570

#3076ce color RGB value is (48,118,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 01110110 11001110
Octal 60 166 316
Decimal 48 118 206
Hex 30 76 CE

RGB Percentages of Color #3076ce

%12.90
%31.72
%55.38

CMYK Percentages of Color #3076ce

%77
%43
%0
%19

Triadic Colors of #3076ce

#3076ce #ce3076 #76ce30

Analogous Colors of #3076ce

#3076ce #3930ce #30c5ce

Monochromatic Colors of #3076ce

#3076ce

Complementary Color

#3076ce #ce8830

#3076ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3076ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#3076ce Color CSS Codes

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

#3076ce Text Font Color

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

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


#3076ce Background Color

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

This div background color is #3076ce


#3076ce Border Color

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

This div border color is #3076ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3076ce


Comments

No comments written yet.

Please login to write comment.