Color Hex Logo

#1287ec Color Hex

#1287EC
(18,135,236)
0 Favorites   0 Comments

Color spaces of #1287ec

RGB 18135236
HSL0.580.860.50
HSV208°92°93°
CMYK 0.920.430.00   0.07
XYZ24.053723.512782.6275
Yxy23.51270.18480.1806
Hunter Lab48.48993.6887-67.0881
CIE-Lab55.59667.6592-58.9829

#1287ec color RGB value is (18,135,236).

#1287ec hex color red value is 18, green value is 135 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #1287ec hue: 0.58 , saturation: 0.86 and the lightness value of 1287ec is 0.50.

The process color (four color CMYK) of #1287ec color hex is 0.92, 0.43, 0.00, 0.07. Web safe color of #1287ec is #0099ff. Color #1287ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 10000111 11101100
Octal 22 207 354
Decimal 18 135 236
Hex 12 87 EC

RGB Percentages of Color #1287ec

%4.63
%34.70
%60.67

CMYK Percentages of Color #1287ec

%92
%43
%0
%7

Triadic Colors of #1287ec

#1287ec #ec1287 #87ec12

Analogous Colors of #1287ec

#1287ec #121aec #12ece4

Monochromatic Colors of #1287ec

#1287ec

Complementary Color

#1287ec #ec7712

#1287ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1287ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#1287ec Color CSS Codes

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

#1287ec Text Font Color

<p style="color:#1287ec">Text here</p>

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


#1287ec Background Color

<div style="background-color:#1287ec">
Div content here</div>

This div background color is #1287ec


#1287ec Border Color

<div style="border:3px solid #1287ec">
Div here</div>

This div border color is #1287ec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,135,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1287ec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1287ec;
  -webkit-box-shadow: 1px 1px 3px 2px #1287ec;
  box-shadow:         1px 1px 3px 2px #1287ec; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1287ec


Comments

No comments written yet.

Please login to write comment.