Color Hex Logo

#3077ce Color Hex

#3077CE
(48,119,206)
0 Favorites   0 Comments

Color spaces of #3077ce

RGB 48119206
HSL0.590.620.50
HSV213°77°81°
CMYK 0.770.420.00   0.19
XYZ18.956318.278360.9215
Yxy18.27830.19310.1862
Hunter Lab42.75314.3271-54.5587
CIE-Lab49.83198.3709-51.3003

#3077ce color RGB value is (48,119,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 01110111 11001110
Octal 60 167 316
Decimal 48 119 206
Hex 30 77 CE

RGB Percentages of Color #3077ce

%12.87
%31.90
%55.23

CMYK Percentages of Color #3077ce

%77
%42
%0
%19

Triadic Colors of #3077ce

#3077ce #ce3077 #77ce30

Analogous Colors of #3077ce

#3077ce #3830ce #30c6ce

Monochromatic Colors of #3077ce

#3077ce

Complementary Color

#3077ce #ce8730

#3077ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3077ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#3077ce Color CSS Codes

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

#3077ce Text Font Color

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

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


#3077ce Background Color

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

This div background color is #3077ce


#3077ce Border Color

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

This div border color is #3077ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3077ce


Comments

No comments written yet.

Please login to write comment.