Color Hex Logo

#1400ec Color Hex

#1400EC
(20,0,236)
0 Favorites   0 Comments

Color spaces of #1400ec

RGB 200236
HSL0.681.000.46
HSV245°100°93°
CMYK 0.921.000.00   0.07
XYZ15.42886.204979.7413
Yxy6.20490.15220.0612
Hunter Lab24.909666.9694-172.3638
CIE-Lab29.923674.8053-101.0972

#1400ec color RGB value is (20,0,236).

#1400ec hex color red value is 20, green value is 0 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #1400ec hue: 0.68 , saturation: 1.00 and the lightness value of 1400ec is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 00000000 11101100
Octal 24 0 354
Decimal 20 0 236
Hex 14 0 EC

RGB Percentages of Color #1400ec

%7.81
%0.00
%92.19

CMYK Percentages of Color #1400ec

%92
%100
%0
%7

Triadic Colors of #1400ec

#1400ec #ec1400 #00ec14

Analogous Colors of #1400ec

#1400ec #8a00ec #0062ec

Monochromatic Colors of #1400ec

#1400ec

Complementary Color

#1400ec #d8ec00

#1400ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1400ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#1400ec Color CSS Codes

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

#1400ec Text Font Color

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

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


#1400ec Background Color

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

This div background color is #1400ec


#1400ec Border Color

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

This div border color is #1400ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1400ec

#1400ec Color Palettes


Comments

No comments written yet.

Please login to write comment.