Color Hex Logo

#1401ca Color Hex

#1401CA
(20,1,202)
0 Favorites   0 Comments

Color spaces of #1401ca

RGB 201202
HSL0.680.990.40
HSV246°100°79°
CMYK 0.901.000.00   0.21
XYZ10.96004.434756.1554
Yxy4.43470.15320.0620
Hunter Lab21.058756.0474-143.3622
CIE-Lab25.059466.3862-89.5966

#1401ca color RGB value is (20,1,202).

#1401ca hex color red value is 20, green value is 1 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #1401ca hue: 0.68 , saturation: 0.99 and the lightness value of 1401ca is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 00000001 11001010
Octal 24 1 312
Decimal 20 1 202
Hex 14 1 CA

RGB Percentages of Color #1401ca

%8.97
%0.45
%90.58

CMYK Percentages of Color #1401ca

%90
%100
%0
%21

Triadic Colors of #1401ca

#1401ca #ca1401 #01ca14

Analogous Colors of #1401ca

#1401ca #7901ca #0152ca

Monochromatic Colors of #1401ca

#1401ca

Complementary Color

#1401ca #b7ca01

#1401ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1401ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#1401ca Color CSS Codes

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

#1401ca Text Font Color

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

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


#1401ca Background Color

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

This div background color is #1401ca


#1401ca Border Color

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

This div border color is #1401ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1401ca


Comments

No comments written yet.

Please login to write comment.