Color Hex Logo

#c7a5be Color Hex

#C7A5BE
(199,165,190)
0 Favorites   0 Comments

Color spaces of #c7a5be

RGB 199165190
HSL0.880.230.71
HSV316°17°78°
CMYK 0.000.170.05   0.22
XYZ46.302642.770154.5302
Yxy42.77010.32240.2978
Hunter Lab65.398911.9306-3.6574
CIE-Lab71.398716.7040-8.1389

#c7a5be color RGB value is (199,165,190).

#c7a5be hex color red value is 199, green value is 165 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #c7a5be hue: 0.88 , saturation: 0.23 and the lightness value of c7a5be is 0.71.

The process color (four color CMYK) of #c7a5be color hex is 0.00, 0.17, 0.05, 0.22. Web safe color of #c7a5be is #cc99cc. Color #c7a5be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 10100101 10111110
Octal 307 245 276
Decimal 199 165 190
Hex C7 A5 BE

RGB Percentages of Color #c7a5be

%35.92
%29.78
%34.30

CMYK Percentages of Color #c7a5be

%0
%17
%5
%22

Triadic Colors of #c7a5be

#c7a5be #bec7a5 #a5bec7

Analogous Colors of #c7a5be

#c7a5be #c7a5ad #bfa5c7

Monochromatic Colors of #c7a5be

#c7a5be

Complementary Color

#c7a5be #a5c7ae

#c7a5be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7a5be Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7a5be Color CSS Codes

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

#c7a5be Text Font Color

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

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


#c7a5be Background Color

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

This div background color is #c7a5be


#c7a5be Border Color

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

This div border color is #c7a5be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7a5be

#c7a5be Color Palettes


Comments

No comments written yet.

Please login to write comment.