Color Hex Logo

#1270cf Color Hex

#1270CF
(18,112,207)
0 Favorites   0 Comments

Color spaces of #1270cf

RGB 18112207
HSL0.580.840.44
HSV210°91°81°
CMYK 0.910.460.00   0.19
XYZ17.306116.221961.2505
Yxy16.22190.18260.1712
Hunter Lab40.27646.2147-61.9720
CIE-Lab47.264310.7029-56.0234

#1270cf color RGB value is (18,112,207).

#1270cf hex color red value is 18, green value is 112 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #1270cf hue: 0.58 , saturation: 0.84 and the lightness value of 1270cf is 0.44.

The process color (four color CMYK) of #1270cf color hex is 0.91, 0.46, 0.00, 0.19. Web safe color of #1270cf is #0066cc. Color #1270cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01110000 11001111
Octal 22 160 317
Decimal 18 112 207
Hex 12 70 CF

RGB Percentages of Color #1270cf

%5.34
%33.23
%61.42

CMYK Percentages of Color #1270cf

%91
%46
%0
%19

Triadic Colors of #1270cf

#1270cf #cf1270 #70cf12

Analogous Colors of #1270cf

#1270cf #1312cf #12cfcf

Monochromatic Colors of #1270cf

#1270cf

Complementary Color

#1270cf #cf7112

#1270cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1270cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#1270cf Color CSS Codes

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

#1270cf Text Font Color

<p style="color:#1270cf">Text here</p>

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


#1270cf Background Color

<div style="background-color:#1270cf">
Div content here</div>

This div background color is #1270cf


#1270cf Border Color

<div style="border:3px solid #1270cf">
Div here</div>

This div border color is #1270cf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,112,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1270cf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1270cf;
  -webkit-box-shadow: 1px 1px 3px 2px #1270cf;
  box-shadow:         1px 1px 3px 2px #1270cf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1270cf


Comments

No comments written yet.

Please login to write comment.