Color Hex Logo

#0077cd Color Hex

#0077CD
(0,119,205)
0 Favorites   0 Comments

Color spaces of #0077cd

RGB 0119205
HSL0.571.000.40
HSV205°100°80°
CMYK 1.000.420.00   0.20
XYZ17.616317.601460.2265
Yxy17.60140.18460.1844
Hunter Lab41.95401.5318-55.7451
CIE-Lab49.00904.8656-52.0900

#0077cd color RGB value is (0,119,205).

#0077cd hex color red value is 0, green value is 119 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #0077cd hue: 0.57 , saturation: 1.00 and the lightness value of 0077cd is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 01110111 11001101
Octal 0 167 315
Decimal 0 119 205
Hex 0 77 CD

RGB Percentages of Color #0077cd

%0.00
%36.73
%63.27

CMYK Percentages of Color #0077cd

%100
%42
%0
%20

Triadic Colors of #0077cd

#0077cd #cd0077 #77cd00

Analogous Colors of #0077cd

#0077cd #0010cd #00cdbd

Monochromatic Colors of #0077cd

#0077cd

Complementary Color

#0077cd #cd5600

#0077cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0077cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0077cd Color CSS Codes

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

#0077cd Text Font Color

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

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


#0077cd Background Color

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

This div background color is #0077cd


#0077cd Border Color

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

This div border color is #0077cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,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 #0077cd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0077cd


Comments

No comments written yet.

Please login to write comment.