Color Hex Logo

#c7afbe Color Hex

#C7AFBE
(199,175,190)
0 Favorites   0 Comments

Color spaces of #c7afbe

RGB 199175190
HSL0.900.180.73
HSV323°12°78°
CMYK 0.000.120.05   0.22
XYZ48.177446.519855.1552
Yxy46.51980.32150.3104
Hunter Lab68.20546.7253-0.2018
CIE-Lab73.881611.2416-4.4626

#c7afbe color RGB value is (199,175,190).

#c7afbe hex color red value is 199, green value is 175 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #c7afbe hue: 0.90 , saturation: 0.18 and the lightness value of c7afbe is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 10101111 10111110
Octal 307 257 276
Decimal 199 175 190
Hex C7 AF BE

RGB Percentages of Color #c7afbe

%35.28
%31.03
%33.69

CMYK Percentages of Color #c7afbe

%0
%12
%5
%22

Triadic Colors of #c7afbe

#c7afbe #bec7af #afbec7

Analogous Colors of #c7afbe

#c7afbe #c7afb2 #c4afc7

Monochromatic Colors of #c7afbe

#c7afbe

Complementary Color

#c7afbe #afc7b8

#c7afbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7afbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7afbe Color CSS Codes

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

#c7afbe Text Font Color

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

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


#c7afbe Background Color

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

This div background color is #c7afbe


#c7afbe Border Color

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

This div border color is #c7afbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7afbe


Comments

No comments written yet.

Please login to write comment.