Color Hex Logo

#2774ee Color Hex

#2774EE
(39,116,238)
0 Favorites   0 Comments

Color spaces of #2774ee

RGB 39116238
HSL0.600.850.54
HSV217°84°93°
CMYK 0.840.510.00   0.07
XYZ22.514719.095283.3880
Yxy19.09520.18010.1528
Hunter Lab43.698115.4976-82.5531
CIE-Lab50.798421.4466-67.8135

#2774ee color RGB value is (39,116,238).

#2774ee hex color red value is 39, green value is 116 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #2774ee hue: 0.60 , saturation: 0.85 and the lightness value of 2774ee is 0.54.

The process color (four color CMYK) of #2774ee color hex is 0.84, 0.51, 0.00, 0.07. Web safe color of #2774ee is #3366ff. Color #2774ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 01110100 11101110
Octal 47 164 356
Decimal 39 116 238
Hex 27 74 EE

RGB Percentages of Color #2774ee

%9.92
%29.52
%60.56

CMYK Percentages of Color #2774ee

%84
%51
%0
%7

Triadic Colors of #2774ee

#2774ee #ee2774 #74ee27

Analogous Colors of #2774ee

#2774ee #3d27ee #27d8ee

Monochromatic Colors of #2774ee

#2774ee

Complementary Color

#2774ee #eea127

#2774ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2774ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#2774ee Color CSS Codes

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

#2774ee Text Font Color

<p style="color:#2774ee">Text here</p>

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


#2774ee Background Color

<div style="background-color:#2774ee">
Div content here</div>

This div background color is #2774ee


#2774ee Border Color

<div style="border:3px solid #2774ee">
Div here</div>

This div border color is #2774ee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(39,116,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2774ee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2774ee;
  -webkit-box-shadow: 1px 1px 3px 2px #2774ee;
  box-shadow:         1px 1px 3px 2px #2774ee; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2774ee


Comments

No comments written yet.

Please login to write comment.