Color Hex Logo

#1372ec Color Hex

#1372EC
(19,114,236)
0 Favorites   0 Comments

Color spaces of #1372ec

RGB 19114236
HSL0.590.850.50
HSV214°92°93°
CMYK 0.920.520.00   0.07
XYZ21.426218.229281.7462
Yxy18.22920.17650.1502
Hunter Lab42.695714.8602-83.6312
CIE-Lab49.772920.7985-68.3727

#1372ec color RGB value is (19,114,236).

#1372ec hex color red value is 19, green value is 114 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #1372ec hue: 0.59 , saturation: 0.85 and the lightness value of 1372ec is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01110010 11101100
Octal 23 162 354
Decimal 19 114 236
Hex 13 72 EC

RGB Percentages of Color #1372ec

%5.15
%30.89
%63.96

CMYK Percentages of Color #1372ec

%92
%52
%0
%7

Triadic Colors of #1372ec

#1372ec #ec1372 #72ec13

Analogous Colors of #1372ec

#1372ec #2113ec #13dfec

Monochromatic Colors of #1372ec

#1372ec

Complementary Color

#1372ec #ec8d13

#1372ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1372ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#1372ec Color CSS Codes

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

#1372ec Text Font Color

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

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


#1372ec Background Color

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

This div background color is #1372ec


#1372ec Border Color

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

This div border color is #1372ec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,114,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 #1372ec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1372ec


Comments

No comments written yet.

Please login to write comment.