Color Hex Logo

#ca71fc Color Hex

#CA71FC
(202,113,252)
0 Favorites   0 Comments

Color spaces of #ca71fc

RGB 202113252
HSL0.770.960.72
HSV278°55°99°
CMYK 0.200.550.00   0.01
XYZ47.832931.395195.6342
Yxy31.39510.27350.1795
Hunter Lab56.031354.3273-61.9742
CIE-Lab62.839857.8831-55.6042

#ca71fc color RGB value is (202,113,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01110001 11111100
Octal 312 161 374
Decimal 202 113 252
Hex CA 71 FC

RGB Percentages of Color #ca71fc

%35.63
%19.93
%44.44

CMYK Percentages of Color #ca71fc

%20
%55
%0
%1

Triadic Colors of #ca71fc

#ca71fc #fcca71 #71fcca

Analogous Colors of #ca71fc

#ca71fc #fc71e9 #8571fc

Monochromatic Colors of #ca71fc

#ca71fc

Complementary Color

#ca71fc #a3fc71

#ca71fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca71fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca71fc Color CSS Codes

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

#ca71fc Text Font Color

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

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


#ca71fc Background Color

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

This div background color is #ca71fc


#ca71fc Border Color

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

This div border color is #ca71fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca71fc

Related Colors


Comments

No comments written yet.

Please login to write comment.