Color Hex Logo

#274ede Color Hex

#274EDE
(39,78,222)
0 Favorites   0 Comments

Color spaces of #274ede

RGB 3978222
HSL0.630.730.51
HSV227°82°87°
CMYK 0.820.650.00   0.13
XYZ16.745911.154070.3776
Yxy11.15400.17040.1135
Hunter Lab33.397631.0559-101.5614
CIE-Lab39.838639.6185-76.6503

#274ede color RGB value is (39,78,222).

#274ede hex color red value is 39, green value is 78 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #274ede hue: 0.63 , saturation: 0.73 and the lightness value of 274ede is 0.51.

The process color (four color CMYK) of #274ede color hex is 0.82, 0.65, 0.00, 0.13. Web safe color of #274ede is #3366cc. Color #274ede contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 01001110 11011110
Octal 47 116 336
Decimal 39 78 222
Hex 27 4E DE

RGB Percentages of Color #274ede

%11.50
%23.01
%65.49

CMYK Percentages of Color #274ede

%82
%65
%0
%13

Triadic Colors of #274ede

#274ede #de274e #4ede27

Analogous Colors of #274ede

#274ede #5c27de #27aade

Monochromatic Colors of #274ede

#274ede

Complementary Color

#274ede #deb727

#274ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#274ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#274ede Color CSS Codes

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

#274ede Text Font Color

<p style="color:#274ede">Text here</p>

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


#274ede Background Color

<div style="background-color:#274ede">
Div content here</div>

This div background color is #274ede


#274ede Border Color

<div style="border:3px solid #274ede">
Div here</div>

This div border color is #274ede


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(39,78,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #274ede; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #274ede;
  -webkit-box-shadow: 1px 1px 3px 2px #274ede;
  box-shadow:         1px 1px 3px 2px #274ede; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #274ede


Comments

No comments written yet.

Please login to write comment.