Color Hex Logo

#c8a3df Color Hex

#C8A3DF
(200,163,223)
0 Favorites   0 Comments

Color spaces of #c8a3df

RGB 200163223
HSL0.770.480.76
HSV277°27°87°
CMYK 0.100.270.00   0.13
XYZ50.235943.801575.6188
Yxy43.80150.29610.2582
Hunter Lab66.182719.6705-21.4155
CIE-Lab72.095624.5386-25.2251

#c8a3df color RGB value is (200,163,223).

#c8a3df hex color red value is 200, green value is 163 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #c8a3df hue: 0.77 , saturation: 0.48 and the lightness value of c8a3df is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 10100011 11011111
Octal 310 243 337
Decimal 200 163 223
Hex C8 A3 DF

RGB Percentages of Color #c8a3df

%34.13
%27.82
%38.05

CMYK Percentages of Color #c8a3df

%10
%27
%0
%13

Triadic Colors of #c8a3df

#c8a3df #dfc8a3 #a3dfc8

Analogous Colors of #c8a3df

#c8a3df #dfa3d8 #aaa3df

Monochromatic Colors of #c8a3df

#c8a3df

Complementary Color

#c8a3df #badfa3

#c8a3df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8a3df Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8a3df Color CSS Codes

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

#c8a3df Text Font Color

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

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


#c8a3df Background Color

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

This div background color is #c8a3df


#c8a3df Border Color

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

This div border color is #c8a3df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8a3df


Comments

No comments written yet.

Please login to write comment.