Color Hex Logo

#c8afdf Color Hex

#C8AFDF
(200,175,223)
0 Favorites   0 Comments

Color spaces of #c8afdf

RGB 200175223
HSL0.750.430.78
HSV271°22°87°
CMYK 0.100.220.00   0.13
XYZ52.468748.267076.3631
Yxy48.26700.29630.2725
Hunter Lab69.474513.2270-16.5367
CIE-Lab74.993017.9525-20.8088

#c8afdf color RGB value is (200,175,223).

#c8afdf hex color red value is 200, green value is 175 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #c8afdf hue: 0.75 , saturation: 0.43 and the lightness value of c8afdf is 0.78.

The process color (four color CMYK) of #c8afdf color hex is 0.10, 0.22, 0.00, 0.13. Web safe color of #c8afdf is #cc99cc. Color #c8afdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10101111 11011111
Octal 310 257 337
Decimal 200 175 223
Hex C8 AF DF

RGB Percentages of Color #c8afdf

%33.44
%29.26
%37.29

CMYK Percentages of Color #c8afdf

%10
%22
%0
%13

Triadic Colors of #c8afdf

#c8afdf #dfc8af #afdfc8

Analogous Colors of #c8afdf

#c8afdf #dfafde #b0afdf

Monochromatic Colors of #c8afdf

#c8afdf

Complementary Color

#c8afdf #c6dfaf

#c8afdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8afdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8afdf Color CSS Codes

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

#c8afdf Text Font Color

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

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


#c8afdf Background Color

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

This div background color is #c8afdf


#c8afdf Border Color

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

This div border color is #c8afdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8afdf


Comments

No comments written yet.

Please login to write comment.