Color Hex Logo

#274ddb Color Hex

#274DDB
(39,77,219)
0 Favorites   0 Comments

Color spaces of #274ddb

RGB 3977219
HSL0.630.710.51
HSV227°82°86°
CMYK 0.820.650.00   0.14
XYZ16.276810.853668.2549
Yxy10.85360.17060.1138
Hunter Lab32.944830.5368-99.7754
CIE-Lab39.332839.1567-75.7661

#274ddb color RGB value is (39,77,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100111 01001101 11011011
Octal 47 115 333
Decimal 39 77 219
Hex 27 4D DB

RGB Percentages of Color #274ddb

%11.64
%22.99
%65.37

CMYK Percentages of Color #274ddb

%82
%65
%0
%14

Triadic Colors of #274ddb

#274ddb #db274d #4ddb27

Analogous Colors of #274ddb

#274ddb #5b27db #27a7db

Monochromatic Colors of #274ddb

#274ddb

Complementary Color

#274ddb #dbb527

#274ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#274ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#274ddb Color CSS Codes

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

#274ddb Text Font Color

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

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


#274ddb Background Color

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

This div background color is #274ddb


#274ddb Border Color

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

This div border color is #274ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #274ddb


Comments

No comments written yet.

Please login to write comment.