Color Hex Logo

#277cea Color Hex

#277CEA
(39,124,234)
0 Favorites   0 Comments

Color spaces of #277cea

RGB 39124234
HSL0.590.820.54
HSV214°83°92°
CMYK 0.830.470.00   0.08
XYZ22.895620.787280.6475
Yxy20.78720.18420.1672
Hunter Lab45.59309.8503-72.9605
CIE-Lab52.715814.9168-62.4807

#277cea color RGB value is (39,124,234).

#277cea hex color red value is 39, green value is 124 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #277cea hue: 0.59 , saturation: 0.82 and the lightness value of 277cea is 0.54.

The process color (four color CMYK) of #277cea color hex is 0.83, 0.47, 0.00, 0.08. Web safe color of #277cea is #3366ff. Color #277cea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 01111100 11101010
Octal 47 174 352
Decimal 39 124 234
Hex 27 7C EA

RGB Percentages of Color #277cea

%9.82
%31.23
%58.94

CMYK Percentages of Color #277cea

%83
%47
%0
%8

Triadic Colors of #277cea

#277cea #ea277c #7cea27

Analogous Colors of #277cea

#277cea #3427ea #27deea

Monochromatic Colors of #277cea

#277cea

Complementary Color

#277cea #ea9527

#277cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#277cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#277cea Color CSS Codes

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

#277cea Text Font Color

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

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


#277cea Background Color

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

This div background color is #277cea


#277cea Border Color

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

This div border color is #277cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #277cea


Comments

No comments written yet.

Please login to write comment.