Color Hex Logo

#277ad2 Color Hex

#277AD2
(39,122,210)
0 Favorites   0 Comments

Color spaces of #277ad2

RGB 39122210
HSL0.590.690.49
HSV211°81°82°
CMYK 0.810.420.00   0.18
XYZ19.429119.003563.6168
Yxy19.00350.19040.1862
Hunter Lab43.59303.2685-56.0089
CIE-Lab50.69137.0756-52.2141

#277ad2 color RGB value is (39,122,210).

#277ad2 hex color red value is 39, green value is 122 and the blue value of its RGB is 210. Cylindrical-coordinate representations (also known as HSL) of color #277ad2 hue: 0.59 , saturation: 0.69 and the lightness value of 277ad2 is 0.49.

The process color (four color CMYK) of #277ad2 color hex is 0.81, 0.42, 0.00, 0.18. Web safe color of #277ad2 is #3366cc. Color #277ad2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 01111010 11010010
Octal 47 172 322
Decimal 39 122 210
Hex 27 7A D2

RGB Percentages of Color #277ad2

%10.51
%32.88
%56.60

CMYK Percentages of Color #277ad2

%81
%42
%0
%18

Triadic Colors of #277ad2

#277ad2 #d2277a #7ad227

Analogous Colors of #277ad2

#277ad2 #2a27d2 #27d0d2

Monochromatic Colors of #277ad2

#277ad2

Complementary Color

#277ad2 #d27f27

#277ad2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#277ad2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#277ad2 Color CSS Codes

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

#277ad2 Text Font Color

<p style="color:#277ad2">Text here</p>

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


#277ad2 Background Color

<div style="background-color:#277ad2">
Div content here</div>

This div background color is #277ad2


#277ad2 Border Color

<div style="border:3px solid #277ad2">
Div here</div>

This div border color is #277ad2


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(39,122,210, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #277ad2; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #277ad2;
  -webkit-box-shadow: 1px 1px 3px 2px #277ad2;
  box-shadow:         1px 1px 3px 2px #277ad2; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #277ad2


Comments

No comments written yet.

Please login to write comment.