Color Hex Logo

#1274dc Color Hex

#1274DC
(18,116,220)
0 Favorites   0 Comments

Color spaces of #1274dc

RGB 18116220
HSL0.590.850.47
HSV211°92°86°
CMYK 0.920.470.00   0.14
XYZ19.413117.786770.1201
Yxy17.78670.18090.1657
Hunter Lab42.17438.3597-69.0552
CIE-Lab49.236413.2659-60.2362

#1274dc color RGB value is (18,116,220).

#1274dc hex color red value is 18, green value is 116 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #1274dc hue: 0.59 , saturation: 0.85 and the lightness value of 1274dc is 0.47.

The process color (four color CMYK) of #1274dc color hex is 0.92, 0.47, 0.00, 0.14. Web safe color of #1274dc is #0066cc. Color #1274dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01110100 11011100
Octal 22 164 334
Decimal 18 116 220
Hex 12 74 DC

RGB Percentages of Color #1274dc

%5.08
%32.77
%62.15

CMYK Percentages of Color #1274dc

%92
%47
%0
%14

Triadic Colors of #1274dc

#1274dc #dc1274 #74dc12

Analogous Colors of #1274dc

#1274dc #1512dc #12d9dc

Monochromatic Colors of #1274dc

#1274dc

Complementary Color

#1274dc #dc7a12

#1274dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1274dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#1274dc Color CSS Codes

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

#1274dc Text Font Color

<p style="color:#1274dc">Text here</p>

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


#1274dc Background Color

<div style="background-color:#1274dc">
Div content here</div>

This div background color is #1274dc


#1274dc Border Color

<div style="border:3px solid #1274dc">
Div here</div>

This div border color is #1274dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,116,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1274dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1274dc;
  -webkit-box-shadow: 1px 1px 3px 2px #1274dc;
  box-shadow:         1px 1px 3px 2px #1274dc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1274dc


Comments

No comments written yet.

Please login to write comment.