Color Hex Logo

#2076da Color Hex

#2076DA
(32,118,218)
0 Favorites   0 Comments

Color spaces of #2076da

RGB 32118218
HSL0.590.740.49
HSV212°85°85°
CMYK 0.850.460.00   0.15
XYZ19.729018.325968.8271
Yxy18.32590.18460.1715
Hunter Lab42.80887.3488-65.3592
CIE-Lab49.889012.0414-58.0427

#2076da color RGB value is (32,118,218).

#2076da hex color red value is 32, green value is 118 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #2076da hue: 0.59 , saturation: 0.74 and the lightness value of 2076da is 0.49.

The process color (four color CMYK) of #2076da color hex is 0.85, 0.46, 0.00, 0.15. Web safe color of #2076da is #3366cc. Color #2076da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 01110110 11011010
Octal 40 166 332
Decimal 32 118 218
Hex 20 76 DA

RGB Percentages of Color #2076da

%8.70
%32.07
%59.24

CMYK Percentages of Color #2076da

%85
%46
%0
%15

Triadic Colors of #2076da

#2076da #da2076 #76da20

Analogous Colors of #2076da

#2076da #2720da #20d3da

Monochromatic Colors of #2076da

#2076da

Complementary Color

#2076da #da8420

#2076da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2076da Color Preview on White Background

Lorem ipsum dolor sit amet.

#2076da Color CSS Codes

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

#2076da Text Font Color

<p style="color:#2076da">Text here</p>

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


#2076da Background Color

<div style="background-color:#2076da">
Div content here</div>

This div background color is #2076da


#2076da Border Color

<div style="border:3px solid #2076da">
Div here</div>

This div border color is #2076da


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(32,118,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2076da; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2076da;
  -webkit-box-shadow: 1px 1px 3px 2px #2076da;
  box-shadow:         1px 1px 3px 2px #2076da; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(32,118,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2076da


Comments

No comments written yet.

Please login to write comment.