Color Hex Logo

#ca29fd Color Hex

#CA29FD
(202,41,253)
0 Favorites   0 Comments

Color spaces of #ca29fd

RGB 20241253
HSL0.790.980.58
HSV286°84°99°
CMYK 0.200.840.00   0.01
XYZ42.879721.234394.7671
Yxy21.23430.26990.1336
Hunter Lab46.080785.4593-89.6762
CIE-Lab53.205085.1813-71.6353

#ca29fd color RGB value is (202,41,253).

#ca29fd hex color red value is 202, green value is 41 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #ca29fd hue: 0.79 , saturation: 0.98 and the lightness value of ca29fd is 0.58.

The process color (four color CMYK) of #ca29fd color hex is 0.20, 0.84, 0.00, 0.01. Web safe color of #ca29fd is #cc33ff. Color #ca29fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 00101001 11111101
Octal 312 51 375
Decimal 202 41 253
Hex CA 29 FD

RGB Percentages of Color #ca29fd

%40.73
%8.27
%51.01

CMYK Percentages of Color #ca29fd

%20
%84
%0
%1

Triadic Colors of #ca29fd

#ca29fd #fdca29 #29fdca

Analogous Colors of #ca29fd

#ca29fd #fd29c6 #6029fd

Monochromatic Colors of #ca29fd

#ca29fd

Complementary Color

#ca29fd #5cfd29

#ca29fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca29fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca29fd Color CSS Codes

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

#ca29fd Text Font Color

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

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


#ca29fd Background Color

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

This div background color is #ca29fd


#ca29fd Border Color

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

This div border color is #ca29fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca29fd

Related Colors


Comments

No comments written yet.

Please login to write comment.