Color Hex Logo

#277dca Color Hex

#277DCA
(39,125,202)
0 Favorites   0 Comments

Color spaces of #277dca

RGB 39125202
HSL0.580.680.47
HSV208°81°79°
CMYK 0.810.380.00   0.21
XYZ18.831019.362858.6220
Yxy19.36280.19450.2000
Hunter Lab44.0032-0.6171-48.1852
CIE-Lab51.10902.2213-46.9983

#277dca color RGB value is (39,125,202).

#277dca hex color red value is 39, green value is 125 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #277dca hue: 0.58 , saturation: 0.68 and the lightness value of 277dca is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 00100111 01111101 11001010
Octal 47 175 312
Decimal 39 125 202
Hex 27 7D CA

RGB Percentages of Color #277dca

%10.66
%34.15
%55.19

CMYK Percentages of Color #277dca

%81
%38
%0
%21

Triadic Colors of #277dca

#277dca #ca277d #7dca27

Analogous Colors of #277dca

#277dca #272cca #27cac6

Monochromatic Colors of #277dca

#277dca

Complementary Color

#277dca #ca7427

#277dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#277dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#277dca Color CSS Codes

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

#277dca Text Font Color

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

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


#277dca Background Color

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

This div background color is #277dca


#277dca Border Color

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

This div border color is #277dca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(39,125,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 #277dca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #277dca


Comments

No comments written yet.

Please login to write comment.