Color Hex Logo

#1272cd Color Hex

#1272CD
(18,114,205)
0 Favorites   0 Comments

Color spaces of #1272cd

RGB 18114205
HSL0.580.840.44
HSV209°91°80°
CMYK 0.910.440.00   0.20
XYZ17.286216.571060.0450
Yxy16.57100.18410.1765
Hunter Lab40.70754.5609-58.9596
CIE-Lab47.71498.6520-54.1562

#1272cd color RGB value is (18,114,205).

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

The process color (four color CMYK) of #1272cd color hex is 0.91, 0.44, 0.00, 0.20. Web safe color of #1272cd is #0066cc. Color #1272cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01110010 11001101
Octal 22 162 315
Decimal 18 114 205
Hex 12 72 CD

RGB Percentages of Color #1272cd

%5.34
%33.83
%60.83

CMYK Percentages of Color #1272cd

%91
%44
%0
%20

Triadic Colors of #1272cd

#1272cd #cd1272 #72cd12

Analogous Colors of #1272cd

#1272cd #1215cd #12cdcb

Monochromatic Colors of #1272cd

#1272cd

Complementary Color

#1272cd #cd6d12

#1272cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1272cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1272cd Color CSS Codes

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

#1272cd Text Font Color

<p style="color:#1272cd">Text here</p>

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


#1272cd Background Color

<div style="background-color:#1272cd">
Div content here</div>

This div background color is #1272cd


#1272cd Border Color

<div style="border:3px solid #1272cd">
Div here</div>

This div border color is #1272cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,114,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1272cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1272cd;
  -webkit-box-shadow: 1px 1px 3px 2px #1272cd;
  box-shadow:         1px 1px 3px 2px #1272cd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1272cd


Comments

No comments written yet.

Please login to write comment.