Color Hex Logo

#ca1480 Color Hex

#CA1480
(202,20,128)
0 Favorites   0 Comments

Color spaces of #ca1480

RGB 20220128
HSL0.900.820.44
HSV324°90°79°
CMYK 0.000.900.37   0.21
XYZ28.503614.615421.7408
Yxy14.61540.43950.2253
Hunter Lab38.230166.1834-6.9561
CIE-Lab45.102971.3010-11.5468

#ca1480 color RGB value is (202,20,128).

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

The process color (four color CMYK) of #ca1480 color hex is 0.00, 0.90, 0.37, 0.21. Web safe color of #ca1480 is #cc0099. Color #ca1480 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 00010100 10000000
Octal 312 24 200
Decimal 202 20 128
Hex CA 14 80

RGB Percentages of Color #ca1480

%57.71
%5.71
%36.57

CMYK Percentages of Color #ca1480

%0
%90
%37
%21

Triadic Colors of #ca1480

#ca1480 #80ca14 #1480ca

Analogous Colors of #ca1480

#ca1480 #ca1425 #b914ca

Monochromatic Colors of #ca1480

#ca1480

Complementary Color

#ca1480 #14ca5e

#ca1480 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca1480 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca1480 Color CSS Codes

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

#ca1480 Text Font Color

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

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


#ca1480 Background Color

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

This div background color is #ca1480


#ca1480 Border Color

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

This div border color is #ca1480


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,20,128, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ca1480">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca1480


Comments

No comments written yet.

Please login to write comment.