Color Hex Logo

#1276ca Color Hex

#1276CA
(18,118,202)
0 Favorites   0 Comments

Color spaces of #1276ca

RGB 18118202
HSL0.580.840.43
HSV207°91°79°
CMYK 0.910.420.00   0.21
XYZ17.388617.349758.3095
Yxy17.34970.18690.1865
Hunter Lab41.65301.6246-53.8423
CIE-Lab48.69774.9741-50.8661

#1276ca color RGB value is (18,118,202).

#1276ca hex color red value is 18, green value is 118 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #1276ca hue: 0.58 , saturation: 0.84 and the lightness value of 1276ca is 0.43.

The process color (four color CMYK) of #1276ca color hex is 0.91, 0.42, 0.00, 0.21. Web safe color of #1276ca is #0066cc. Color #1276ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01110110 11001010
Octal 22 166 312
Decimal 18 118 202
Hex 12 76 CA

RGB Percentages of Color #1276ca

%5.33
%34.91
%59.76

CMYK Percentages of Color #1276ca

%91
%42
%0
%21

Triadic Colors of #1276ca

#1276ca #ca1276 #76ca12

Analogous Colors of #1276ca

#1276ca #121aca #12cac2

Monochromatic Colors of #1276ca

#1276ca

Complementary Color

#1276ca #ca6612

#1276ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1276ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#1276ca Color CSS Codes

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

#1276ca Text Font Color

<p style="color:#1276ca">Text here</p>

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


#1276ca Background Color

<div style="background-color:#1276ca">
Div content here</div>

This div background color is #1276ca


#1276ca Border Color

<div style="border:3px solid #1276ca">
Div here</div>

This div border color is #1276ca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,118,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1276ca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1276ca;
  -webkit-box-shadow: 1px 1px 3px 2px #1276ca;
  box-shadow:         1px 1px 3px 2px #1276ca; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1276ca


Comments

No comments written yet.

Please login to write comment.