Color Hex Logo

#ca29fa Color Hex

#CA29FA
(202,41,250)
0 Favorites   0 Comments

Color spaces of #ca29fa

RGB 20241250
HSL0.800.950.57
HSV286°84°98°
CMYK 0.190.840.00   0.02
XYZ42.405421.044692.2695
Yxy21.04460.27230.1351
Hunter Lab45.874484.7217-87.1409
CIE-Lab52.998384.6531-70.2991

#ca29fa color RGB value is (202,41,250).

#ca29fa hex color red value is 202, green value is 41 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #ca29fa hue: 0.80 , saturation: 0.95 and the lightness value of ca29fa is 0.57.

The process color (four color CMYK) of #ca29fa color hex is 0.19, 0.84, 0.00, 0.02. Web safe color of #ca29fa is #cc33ff. Color #ca29fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 00101001 11111010
Octal 312 51 372
Decimal 202 41 250
Hex CA 29 FA

RGB Percentages of Color #ca29fa

%40.97
%8.32
%50.71

CMYK Percentages of Color #ca29fa

%19
%84
%0
%2

Triadic Colors of #ca29fa

#ca29fa #faca29 #29faca

Analogous Colors of #ca29fa

#ca29fa #fa29c2 #6129fa

Monochromatic Colors of #ca29fa

#ca29fa

Complementary Color

#ca29fa #59fa29

#ca29fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca29fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca29fa Color CSS Codes

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

#ca29fa Text Font Color

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

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


#ca29fa Background Color

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

This div background color is #ca29fa


#ca29fa Border Color

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

This div border color is #ca29fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca29fa


Comments

No comments written yet.

Please login to write comment.