Color Hex Logo

#c7a4ca Color Hex

#C7A4CA
(199,164,202)
0 Favorites   0 Comments

Color spaces of #c7a4ca

RGB 199164202
HSL0.820.260.72
HSV295°19°79°
CMYK 0.010.190.00   0.21
XYZ47.489342.957361.6657
Yxy42.95730.31220.2824
Hunter Lab65.541814.6366-9.9043
CIE-Lab71.526019.4879-14.5651

#c7a4ca color RGB value is (199,164,202).

#c7a4ca hex color red value is 199, green value is 164 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #c7a4ca hue: 0.82 , saturation: 0.26 and the lightness value of c7a4ca is 0.72.

The process color (four color CMYK) of #c7a4ca color hex is 0.01, 0.19, 0.00, 0.21. Web safe color of #c7a4ca is #cc99cc. Color #c7a4ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 10100100 11001010
Octal 307 244 312
Decimal 199 164 202
Hex C7 A4 CA

RGB Percentages of Color #c7a4ca

%35.22
%29.03
%35.75

CMYK Percentages of Color #c7a4ca

%1
%19
%0
%21

Triadic Colors of #c7a4ca

#c7a4ca #cac7a4 #a4cac7

Analogous Colors of #c7a4ca

#c7a4ca #caa4ba #b4a4ca

Monochromatic Colors of #c7a4ca

#c7a4ca

Complementary Color

#c7a4ca #a7caa4

#c7a4ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7a4ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7a4ca Color CSS Codes

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

#c7a4ca Text Font Color

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

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


#c7a4ca Background Color

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

This div background color is #c7a4ca


#c7a4ca Border Color

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

This div border color is #c7a4ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7a4ca


Comments

No comments written yet.

Please login to write comment.