Color Hex Logo

#2774ef Color Hex

#2774EF
(39,116,239)
0 Favorites   0 Comments

Color spaces of #2774ef

RGB 39116239
HSL0.600.860.55
HSV217°84°94°
CMYK 0.840.510.00   0.06
XYZ22.662119.154184.1640
Yxy19.15410.17990.1520
Hunter Lab43.765415.8394-83.3831
CIE-Lab50.867021.8245-68.2611

#2774ef color RGB value is (39,116,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100111 01110100 11101111
Octal 47 164 357
Decimal 39 116 239
Hex 27 74 EF

RGB Percentages of Color #2774ef

%9.90
%29.44
%60.66

CMYK Percentages of Color #2774ef

%84
%51
%0
%6

Triadic Colors of #2774ef

#2774ef #ef2774 #74ef27

Analogous Colors of #2774ef

#2774ef #3e27ef #27d8ef

Monochromatic Colors of #2774ef

#2774ef

Complementary Color

#2774ef #efa227

#2774ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2774ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#2774ef Color CSS Codes

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

#2774ef Text Font Color

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

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


#2774ef Background Color

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

This div background color is #2774ef


#2774ef Border Color

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

This div border color is #2774ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2774ef


Comments

No comments written yet.

Please login to write comment.