Color Hex Logo

#ca71fd Color Hex

#CA71FD
(202,113,253)
0 Favorites   0 Comments

Color spaces of #ca71fd

RGB 202113253
HSL0.770.970.72
HSV278°55°99°
CMYK 0.200.550.00   0.01
XYZ47.991931.458796.4712
Yxy31.45870.27280.1788
Hunter Lab56.088154.5799-62.7169
CIE-Lab62.893058.0940-56.0696

#ca71fd color RGB value is (202,113,253).

#ca71fd hex color red value is 202, green value is 113 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #ca71fd hue: 0.77 , saturation: 0.97 and the lightness value of ca71fd is 0.72.

The process color (four color CMYK) of #ca71fd color hex is 0.20, 0.55, 0.00, 0.01. Web safe color of #ca71fd is #cc66ff. Color #ca71fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01110001 11111101
Octal 312 161 375
Decimal 202 113 253
Hex CA 71 FD

RGB Percentages of Color #ca71fd

%35.56
%19.89
%44.54

CMYK Percentages of Color #ca71fd

%20
%55
%0
%1

Triadic Colors of #ca71fd

#ca71fd #fdca71 #71fdca

Analogous Colors of #ca71fd

#ca71fd #fd71ea #8471fd

Monochromatic Colors of #ca71fd

#ca71fd

Complementary Color

#ca71fd #a4fd71

#ca71fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca71fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca71fd Color CSS Codes

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

#ca71fd Text Font Color

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

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


#ca71fd Background Color

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

This div background color is #ca71fd


#ca71fd Border Color

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

This div border color is #ca71fd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,113,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 #ca71fd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca71fd


Comments

No comments written yet.

Please login to write comment.