Color Hex Logo

#c7afde Color Hex

#C7AFDE
(199,175,222)
0 Favorites   0 Comments

Color spaces of #c7afde

RGB 199175222
HSL0.750.420.78
HSV271°21°87°
CMYK 0.100.210.00   0.13
XYZ52.068048.076075.6426
Yxy48.07600.29620.2735
Hunter Lab69.336912.7037-16.1462
CIE-Lab74.872817.4237-20.4554

#c7afde color RGB value is (199,175,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 10101111 11011110
Octal 307 257 336
Decimal 199 175 222
Hex C7 AF DE

RGB Percentages of Color #c7afde

%33.39
%29.36
%37.25

CMYK Percentages of Color #c7afde

%10
%21
%0
%13

Triadic Colors of #c7afde

#c7afde #dec7af #afdec7

Analogous Colors of #c7afde

#c7afde #deafde #b0afde

Monochromatic Colors of #c7afde

#c7afde

Complementary Color

#c7afde #c6deaf

#c7afde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7afde Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7afde Color CSS Codes

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

#c7afde Text Font Color

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

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


#c7afde Background Color

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

This div background color is #c7afde


#c7afde Border Color

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

This div border color is #c7afde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7afde


Comments

No comments written yet.

Please login to write comment.