Color Hex Logo

#ca71ca Color Hex

#CA71CA
(202,113,202)
0 Favorites   0 Comments

Color spaces of #ca71ca

RGB 202113202
HSL0.830.460.62
HSV300°44°79°
CMYK 0.000.440.00   0.21
XYZ40.922928.631159.2466
Yxy28.63110.31770.2223
Hunter Lab53.508042.8776-28.1930
CIE-Lab60.454748.0082-31.4609

#ca71ca color RGB value is (202,113,202).

#ca71ca hex color red value is 202, green value is 113 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #ca71ca hue: 0.83 , saturation: 0.46 and the lightness value of ca71ca is 0.62.

The process color (four color CMYK) of #ca71ca color hex is 0.00, 0.44, 0.00, 0.21. Web safe color of #ca71ca is #cc66cc. Color #ca71ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01110001 11001010
Octal 312 161 312
Decimal 202 113 202
Hex CA 71 CA

RGB Percentages of Color #ca71ca

%39.07
%21.86
%39.07

CMYK Percentages of Color #ca71ca

%0
%44
%0
%21

Triadic Colors of #ca71ca

#ca71ca #caca71 #71caca

Analogous Colors of #ca71ca

#ca71ca #ca719e #9e71ca

Monochromatic Colors of #ca71ca

#ca71ca

Complementary Color

#ca71ca #71ca71

#ca71ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca71ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca71ca Color CSS Codes

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

#ca71ca Text Font Color

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

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


#ca71ca Background Color

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

This div background color is #ca71ca


#ca71ca Border Color

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

This div border color is #ca71ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca71ca


Comments

No comments written yet.

Please login to write comment.