Color Hex Logo

#c8afc1 Color Hex

#C8AFC1
(200,175,193)
0 Favorites   0 Comments

Color spaces of #c8afc1

RGB 200175193
HSL0.880.190.74
HSV317°13°78°
CMYK 0.000.130.04   0.22
XYZ48.775046.789656.9126
Yxy46.78960.31990.3069
Hunter Lab68.40297.5751-1.4484
CIE-Lab74.055012.1357-5.8392

#c8afc1 color RGB value is (200,175,193).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 10101111 11000001
Octal 310 257 301
Decimal 200 175 193
Hex C8 AF C1

RGB Percentages of Color #c8afc1

%35.21
%30.81
%33.98

CMYK Percentages of Color #c8afc1

%0
%13
%4
%22

Triadic Colors of #c8afc1

#c8afc1 #c1c8af #afc1c8

Analogous Colors of #c8afc1

#c8afc1 #c8afb5 #c3afc8

Monochromatic Colors of #c8afc1

#c8afc1

Complementary Color

#c8afc1 #afc8b6

#c8afc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8afc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8afc1 Color CSS Codes

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

#c8afc1 Text Font Color

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

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


#c8afc1 Background Color

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

This div background color is #c8afc1


#c8afc1 Border Color

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

This div border color is #c8afc1


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,175,193, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8afc1


Comments

No comments written yet.

Please login to write comment.