Color Hex Logo

#ca29df Color Hex

#CA29DF
(202,41,223)
0 Favorites   0 Comments

Color spaces of #ca29df

RGB 20241223
HSL0.810.740.52
HSV293°82°87°
CMYK 0.090.820.00   0.13
XYZ38.469319.470171.5426
Yxy19.47010.29710.1504
Hunter Lab44.124978.4024-65.2432
CIE-Lab51.232780.0563-57.9543

#ca29df color RGB value is (202,41,223).

#ca29df hex color red value is 202, green value is 41 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #ca29df hue: 0.81 , saturation: 0.74 and the lightness value of ca29df is 0.52.

The process color (four color CMYK) of #ca29df color hex is 0.09, 0.82, 0.00, 0.13. Web safe color of #ca29df is #cc33cc. Color #ca29df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 00101001 11011111
Octal 312 51 337
Decimal 202 41 223
Hex CA 29 DF

RGB Percentages of Color #ca29df

%43.35
%8.80
%47.85

CMYK Percentages of Color #ca29df

%9
%82
%0
%13

Triadic Colors of #ca29df

#ca29df #dfca29 #29dfca

Analogous Colors of #ca29df

#ca29df #df2999 #6f29df

Monochromatic Colors of #ca29df

#ca29df

Complementary Color

#ca29df #3edf29

#ca29df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca29df Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca29df Color CSS Codes

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

#ca29df Text Font Color

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

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


#ca29df Background Color

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

This div background color is #ca29df


#ca29df Border Color

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

This div border color is #ca29df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca29df


Comments

No comments written yet.

Please login to write comment.