Color Hex Logo

#1274da Color Hex

#1274DA
(18,116,218)
0 Favorites   0 Comments

Color spaces of #1274da

RGB 18116218
HSL0.590.850.46
HSV211°92°85°
CMYK 0.920.470.00   0.15
XYZ19.149717.681368.7332
Yxy17.68130.18140.1675
Hunter Lab42.04917.7051-67.4806
CIE-Lab49.107312.4847-59.3125

#1274da color RGB value is (18,116,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 01110100 11011010
Octal 22 164 332
Decimal 18 116 218
Hex 12 74 DA

RGB Percentages of Color #1274da

%5.11
%32.95
%61.93

CMYK Percentages of Color #1274da

%92
%47
%0
%15

Triadic Colors of #1274da

#1274da #da1274 #74da12

Analogous Colors of #1274da

#1274da #1412da #12d8da

Monochromatic Colors of #1274da

#1274da

Complementary Color

#1274da #da7812

#1274da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1274da Color Preview on White Background

Lorem ipsum dolor sit amet.

#1274da Color CSS Codes

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

#1274da Text Font Color

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

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


#1274da Background Color

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

This div background color is #1274da


#1274da Border Color

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

This div border color is #1274da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1274da


Comments

No comments written yet.

Please login to write comment.