Color Hex Logo

#c8a3dd Color Hex

#C8A3DD
(200,163,221)
0 Favorites   0 Comments

Color spaces of #c8a3dd

RGB 200163221
HSL0.770.460.75
HSV278°26°87°
CMYK 0.100.260.00   0.13
XYZ49.967843.694274.2069
Yxy43.69420.29770.2603
Hunter Lab66.101619.2547-20.2890
CIE-Lab72.023624.1285-24.2400

#c8a3dd color RGB value is (200,163,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 10100011 11011101
Octal 310 243 335
Decimal 200 163 221
Hex C8 A3 DD

RGB Percentages of Color #c8a3dd

%34.25
%27.91
%37.84

CMYK Percentages of Color #c8a3dd

%10
%26
%0
%13

Triadic Colors of #c8a3dd

#c8a3dd #ddc8a3 #a3ddc8

Analogous Colors of #c8a3dd

#c8a3dd #dda3d5 #aba3dd

Monochromatic Colors of #c8a3dd

#c8a3dd

Complementary Color

#c8a3dd #b8dda3

#c8a3dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8a3dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8a3dd Color CSS Codes

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

#c8a3dd Text Font Color

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

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


#c8a3dd Background Color

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

This div background color is #c8a3dd


#c8a3dd Border Color

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

This div border color is #c8a3dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8a3dd


Comments

No comments written yet.

Please login to write comment.