Color Hex Logo

#ca1478 Color Hex

#CA1478
(202,20,120)
0 Favorites   0 Comments

Color spaces of #ca1478

RGB 20220120
HSL0.910.820.44
HSV327°90°79°
CMYK 0.000.900.41   0.21
XYZ27.997414.412919.0756
Yxy14.41290.45530.2344
Hunter Lab37.964365.2001-3.2159
CIE-Lab44.819470.5300-7.0492

#ca1478 color RGB value is (202,20,120).

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

The process color (four color CMYK) of #ca1478 color hex is 0.00, 0.90, 0.41, 0.21. Web safe color of #ca1478 is #cc0066. Color #ca1478 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 00010100 01111000
Octal 312 24 170
Decimal 202 20 120
Hex CA 14 78

RGB Percentages of Color #ca1478

%59.06
%5.85
%35.09

CMYK Percentages of Color #ca1478

%0
%90
%41
%21

Triadic Colors of #ca1478

#ca1478 #78ca14 #1478ca

Analogous Colors of #ca1478

#ca1478 #ca141d #c114ca

Monochromatic Colors of #ca1478

#ca1478

Complementary Color

#ca1478 #14ca66

#ca1478 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca1478 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca1478 Color CSS Codes

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

#ca1478 Text Font Color

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

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


#ca1478 Background Color

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

This div background color is #ca1478


#ca1478 Border Color

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

This div border color is #ca1478


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca1478


Comments

No comments written yet.

Please login to write comment.