Color Hex Logo

#2771dc Color Hex

#2771DC
(39,113,220)
0 Favorites   0 Comments

Color spaces of #2771dc

RGB 39113220
HSL0.600.720.51
HSV215°82°86°
CMYK 0.820.490.00   0.14
XYZ19.660117.408970.0342
Yxy17.40890.18360.1625
Hunter Lab41.724011.0912-70.3122
CIE-Lab48.771216.5147-60.9677

#2771dc color RGB value is (39,113,220).

#2771dc hex color red value is 39, green value is 113 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #2771dc hue: 0.60 , saturation: 0.72 and the lightness value of 2771dc is 0.51.

The process color (four color CMYK) of #2771dc color hex is 0.82, 0.49, 0.00, 0.14. Web safe color of #2771dc is #3366cc. Color #2771dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 01110001 11011100
Octal 47 161 334
Decimal 39 113 220
Hex 27 71 DC

RGB Percentages of Color #2771dc

%10.48
%30.38
%59.14

CMYK Percentages of Color #2771dc

%82
%49
%0
%14

Triadic Colors of #2771dc

#2771dc #dc2771 #71dc27

Analogous Colors of #2771dc

#2771dc #3827dc #27ccdc

Monochromatic Colors of #2771dc

#2771dc

Complementary Color

#2771dc #dc9227

#2771dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2771dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#2771dc Color CSS Codes

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

#2771dc Text Font Color

<p style="color:#2771dc">Text here</p>

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


#2771dc Background Color

<div style="background-color:#2771dc">
Div content here</div>

This div background color is #2771dc


#2771dc Border Color

<div style="border:3px solid #2771dc">
Div here</div>

This div border color is #2771dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(39,113,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2771dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2771dc;
  -webkit-box-shadow: 1px 1px 3px 2px #2771dc;
  box-shadow:         1px 1px 3px 2px #2771dc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(39,113,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2771dc


Comments

No comments written yet.

Please login to write comment.