Color Hex Logo

#1415cd Color Hex

#1415CD
(20,21,205)
0 Favorites   0 Comments

Color spaces of #1415cd

RGB 2021205
HSL0.670.820.44
HSV240°90°80°
CMYK 0.900.900.00   0.20
XYZ11.57615.092858.1305
Yxy5.09280.15480.0681
Hunter Lab22.567252.0708-136.9269
CIE-Lab26.997562.5096-88.1138

#1415cd color RGB value is (20,21,205).

#1415cd hex color red value is 20, green value is 21 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #1415cd hue: 0.67 , saturation: 0.82 and the lightness value of 1415cd is 0.44.

The process color (four color CMYK) of #1415cd color hex is 0.90, 0.90, 0.00, 0.20. Web safe color of #1415cd is #0000cc. Color #1415cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00010101 11001101
Octal 24 25 315
Decimal 20 21 205
Hex 14 15 CD

RGB Percentages of Color #1415cd

%8.13
%8.54
%83.33

CMYK Percentages of Color #1415cd

%90
%90
%0
%20

Triadic Colors of #1415cd

#1415cd #cd1415 #15cd14

Analogous Colors of #1415cd

#1415cd #7014cd #1472cd

Monochromatic Colors of #1415cd

#1415cd

Complementary Color

#1415cd #cdcc14

#1415cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1415cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1415cd Color CSS Codes

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

#1415cd Text Font Color

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

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


#1415cd Background Color

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

This div background color is #1415cd


#1415cd Border Color

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

This div border color is #1415cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1415cd

#1415cd Color Palettes


Comments

No comments written yet.

Please login to write comment.