Color Hex Logo

#0d77ca Color Hex

#0D77CA
(13,119,202)
0 Favorites   0 Comments

Color spaces of #0d77ca

RGB 13119202
HSL0.570.880.42
HSV206°94°79°
CMYK 0.940.410.00   0.21
XYZ17.423517.543558.3450
Yxy17.54350.18670.1880
Hunter Lab41.88500.9546-53.2704
CIE-Lab48.93774.1294-50.4853

#0d77ca color RGB value is (13,119,202).

#0d77ca hex color red value is 13, green value is 119 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #0d77ca hue: 0.57 , saturation: 0.88 and the lightness value of 0d77ca is 0.42.

The process color (four color CMYK) of #0d77ca color hex is 0.94, 0.41, 0.00, 0.21. Web safe color of #0d77ca is #0066cc. Color #0d77ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 01110111 11001010
Octal 15 167 312
Decimal 13 119 202
Hex D 77 CA

RGB Percentages of Color #0d77ca

%3.89
%35.63
%60.48

CMYK Percentages of Color #0d77ca

%94
%41
%0
%21

Triadic Colors of #0d77ca

#0d77ca #ca0d77 #77ca0d

Analogous Colors of #0d77ca

#0d77ca #0d19ca #0dcabf

Monochromatic Colors of #0d77ca

#0d77ca

Complementary Color

#0d77ca #ca600d

#0d77ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0d77ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#0d77ca Color CSS Codes

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

#0d77ca Text Font Color

<p style="color:#0d77ca">Text here</p>

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


#0d77ca Background Color

<div style="background-color:#0d77ca">
Div content here</div>

This div background color is #0d77ca


#0d77ca Border Color

<div style="border:3px solid #0d77ca">
Div here</div>

This div border color is #0d77ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0d77ca


Comments

No comments written yet.

Please login to write comment.