Color Hex Logo

#ca41a1 Color Hex

#CA41A1
(202,65,161)
0 Favorites   0 Comments

Color spaces of #ca41a1

RGB 20265161
HSL0.880.560.52
HSV318°68°79°
CMYK 0.000.680.20   0.21
XYZ32.680418.910435.6458
Yxy18.91040.37460.2168
Hunter Lab43.486158.0446-18.1601
CIE-Lab50.582263.2912-23.0444

#ca41a1 color RGB value is (202,65,161).

#ca41a1 hex color red value is 202, green value is 65 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #ca41a1 hue: 0.88 , saturation: 0.56 and the lightness value of ca41a1 is 0.52.

The process color (four color CMYK) of #ca41a1 color hex is 0.00, 0.68, 0.20, 0.21. Web safe color of #ca41a1 is #cc3399. Color #ca41a1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01000001 10100001
Octal 312 101 241
Decimal 202 65 161
Hex CA 41 A1

RGB Percentages of Color #ca41a1

%47.20
%15.19
%37.62

CMYK Percentages of Color #ca41a1

%0
%68
%20
%21

Triadic Colors of #ca41a1

#ca41a1 #a1ca41 #41a1ca

Analogous Colors of #ca41a1

#ca41a1 #ca415d #af41ca

Monochromatic Colors of #ca41a1

#ca41a1

Complementary Color

#ca41a1 #41ca6a

#ca41a1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca41a1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca41a1 Color CSS Codes

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

#ca41a1 Text Font Color

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

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


#ca41a1 Background Color

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

This div background color is #ca41a1


#ca41a1 Border Color

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

This div border color is #ca41a1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca41a1


Comments

No comments written yet.

Please login to write comment.