Color Hex Logo

#3077cd Color Hex

#3077CD
(48,119,205)
0 Favorites   0 Comments

Color spaces of #3077cd

RGB 48119205
HSL0.590.620.50
HSV213°77°80°
CMYK 0.770.420.00   0.20
XYZ18.835218.229860.2836
Yxy18.22980.19350.1873
Hunter Lab42.69644.0254-53.8249
CIE-Lab49.77377.9987-50.8236

#3077cd color RGB value is (48,119,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 01110111 11001101
Octal 60 167 315
Decimal 48 119 205
Hex 30 77 CD

RGB Percentages of Color #3077cd

%12.90
%31.99
%55.11

CMYK Percentages of Color #3077cd

%77
%42
%0
%20

Triadic Colors of #3077cd

#3077cd #cd3077 #77cd30

Analogous Colors of #3077cd

#3077cd #3730cd #30c6cd

Monochromatic Colors of #3077cd

#3077cd

Complementary Color

#3077cd #cd8630

#3077cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3077cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3077cd Color CSS Codes

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

#3077cd Text Font Color

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

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


#3077cd Background Color

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

This div background color is #3077cd


#3077cd Border Color

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

This div border color is #3077cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3077cd


Comments

No comments written yet.

Please login to write comment.