Color Hex Logo

#c8afbe Color Hex

#C8AFBE
(200,175,190)
0 Favorites   0 Comments

Color spaces of #c8afbe

RGB 200175190
HSL0.900.190.74
HSV324°13°78°
CMYK 0.000.130.05   0.22
XYZ48.443746.657055.1676
Yxy46.65700.32240.3105
Hunter Lab68.30597.0598-0.0717
CIE-Lab73.969811.5943-4.3223

#c8afbe color RGB value is (200,175,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 10101111 10111110
Octal 310 257 276
Decimal 200 175 190
Hex C8 AF BE

RGB Percentages of Color #c8afbe

%35.40
%30.97
%33.63

CMYK Percentages of Color #c8afbe

%0
%13
%5
%22

Triadic Colors of #c8afbe

#c8afbe #bec8af #afbec8

Analogous Colors of #c8afbe

#c8afbe #c8afb2 #c6afc8

Monochromatic Colors of #c8afbe

#c8afbe

Complementary Color

#c8afbe #afc8b9

#c8afbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8afbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8afbe Color CSS Codes

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

#c8afbe Text Font Color

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

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


#c8afbe Background Color

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

This div background color is #c8afbe


#c8afbe Border Color

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

This div border color is #c8afbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8afbe


Comments

No comments written yet.

Please login to write comment.