Color Hex Logo

#2077ef Color Hex

#2077EF
(32,119,239)
0 Favorites   0 Comments

Color spaces of #2077ef

RGB 32119239
HSL0.600.870.53
HSV215°87°94°
CMYK 0.870.500.00   0.06
XYZ22.772519.732784.2699
Yxy19.73270.17960.1557
Hunter Lab44.421513.7697-81.3812
CIE-Lab51.533619.4538-67.1887

#2077ef color RGB value is (32,119,239).

#2077ef hex color red value is 32, green value is 119 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #2077ef hue: 0.60 , saturation: 0.87 and the lightness value of 2077ef is 0.53.

The process color (four color CMYK) of #2077ef color hex is 0.87, 0.50, 0.00, 0.06. Web safe color of #2077ef is #3366ff. Color #2077ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 01110111 11101111
Octal 40 167 357
Decimal 32 119 239
Hex 20 77 EF

RGB Percentages of Color #2077ef

%8.21
%30.51
%61.28

CMYK Percentages of Color #2077ef

%87
%50
%0
%6

Triadic Colors of #2077ef

#2077ef #ef2077 #77ef20

Analogous Colors of #2077ef

#2077ef #3020ef #20dfef

Monochromatic Colors of #2077ef

#2077ef

Complementary Color

#2077ef #ef9820

#2077ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2077ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#2077ef Color CSS Codes

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

#2077ef Text Font Color

<p style="color:#2077ef">Text here</p>

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


#2077ef Background Color

<div style="background-color:#2077ef">
Div content here</div>

This div background color is #2077ef


#2077ef Border Color

<div style="border:3px solid #2077ef">
Div here</div>

This div border color is #2077ef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(32,119,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2077ef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2077ef;
  -webkit-box-shadow: 1px 1px 3px 2px #2077ef;
  box-shadow:         1px 1px 3px 2px #2077ef; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2077ef


Comments

No comments written yet.

Please login to write comment.