Color Hex Logo

#ca71ec Color Hex

#CA71EC
(202,113,236)
0 Favorites   0 Comments

Color spaces of #ca71ec

RGB 202113236
HSL0.790.760.68
HSV283°52°93°
CMYK 0.140.520.00   0.07
XYZ45.402630.422982.8361
Yxy30.42290.28620.1917
Hunter Lab55.157050.4081-50.4333
CIE-Lab62.017454.5747-48.0658

#ca71ec color RGB value is (202,113,236).

#ca71ec hex color red value is 202, green value is 113 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #ca71ec hue: 0.79 , saturation: 0.76 and the lightness value of ca71ec is 0.68.

The process color (four color CMYK) of #ca71ec color hex is 0.14, 0.52, 0.00, 0.07. Web safe color of #ca71ec is #cc66ff. Color #ca71ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01110001 11101100
Octal 312 161 354
Decimal 202 113 236
Hex CA 71 EC

RGB Percentages of Color #ca71ec

%36.66
%20.51
%42.83

CMYK Percentages of Color #ca71ec

%14
%52
%0
%7

Triadic Colors of #ca71ec

#ca71ec #ecca71 #71ecca

Analogous Colors of #ca71ec

#ca71ec #ec71d1 #8d71ec

Monochromatic Colors of #ca71ec

#ca71ec

Complementary Color

#ca71ec #93ec71

#ca71ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca71ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca71ec Color CSS Codes

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

#ca71ec Text Font Color

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

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


#ca71ec Background Color

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

This div background color is #ca71ec


#ca71ec Border Color

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

This div border color is #ca71ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca71ec


Comments

No comments written yet.

Please login to write comment.