Color Hex Logo

#1514ca Color Hex

#1514CA
(21,20,202)
0 Favorites   0 Comments

Color spaces of #1514ca

RGB 2120202
HSL0.670.820.44
HSV240°90°79°
CMYK 0.900.900.00   0.21
XYZ11.22014.924056.2362
Yxy4.92400.15500.0680
Hunter Lab22.190151.4233-134.7252
CIE-Lab26.517162.0131-87.1602

#1514ca color RGB value is (21,20,202).

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

The process color (four color CMYK) of #1514ca color hex is 0.90, 0.90, 0.00, 0.21. Web safe color of #1514ca is #0000cc. Color #1514ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00010100 11001010
Octal 25 24 312
Decimal 21 20 202
Hex 15 14 CA

RGB Percentages of Color #1514ca

%8.64
%8.23
%83.13

CMYK Percentages of Color #1514ca

%90
%90
%0
%21

Triadic Colors of #1514ca

#1514ca #ca1514 #14ca15

Analogous Colors of #1514ca

#1514ca #7014ca #146eca

Monochromatic Colors of #1514ca

#1514ca

Complementary Color

#1514ca #c9ca14

#1514ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1514ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#1514ca Color CSS Codes

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

#1514ca Text Font Color

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

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


#1514ca Background Color

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

This div background color is #1514ca


#1514ca Border Color

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

This div border color is #1514ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1514ca


Comments

No comments written yet.

Please login to write comment.