Color Hex Logo

#ca71b2 Color Hex

#CA71B2
(202,113,178)
0 Favorites   0 Comments

Color spaces of #ca71b2

RGB 202113178
HSL0.880.460.62
HSV316°44°79°
CMYK 0.000.440.12   0.21
XYZ38.298127.581245.4246
Yxy27.58120.34410.2478
Hunter Lab52.517838.2632-14.5197
CIE-Lab59.508543.8355-19.2553

#ca71b2 color RGB value is (202,113,178).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 01110001 10110010
Octal 312 161 262
Decimal 202 113 178
Hex CA 71 B2

RGB Percentages of Color #ca71b2

%40.97
%22.92
%36.11

CMYK Percentages of Color #ca71b2

%0
%44
%12
%21

Triadic Colors of #ca71b2

#ca71b2 #b2ca71 #71b2ca

Analogous Colors of #ca71b2

#ca71b2 #ca7186 #b671ca

Monochromatic Colors of #ca71b2

#ca71b2

Complementary Color

#ca71b2 #71ca89

#ca71b2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca71b2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca71b2 Color CSS Codes

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

#ca71b2 Text Font Color

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

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


#ca71b2 Background Color

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

This div background color is #ca71b2


#ca71b2 Border Color

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

This div border color is #ca71b2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca71b2


Comments

No comments written yet.

Please login to write comment.