Color Hex Logo

#c7a4dd Color Hex

#C7A4DD
(199,164,221)
0 Favorites   0 Comments

Color spaces of #c7a4dd

RGB 199164221
HSL0.770.460.75
HSV277°26°87°
CMYK 0.100.260.00   0.13
XYZ49.879843.913574.2538
Yxy43.91350.29680.2613
Hunter Lab66.267318.3904-20.0486
CIE-Lab72.170623.2577-24.0236

#c7a4dd color RGB value is (199,164,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 10100100 11011101
Octal 307 244 335
Decimal 199 164 221
Hex C7 A4 DD

RGB Percentages of Color #c7a4dd

%34.08
%28.08
%37.84

CMYK Percentages of Color #c7a4dd

%10
%26
%0
%13

Triadic Colors of #c7a4dd

#c7a4dd #ddc7a4 #a4ddc7

Analogous Colors of #c7a4dd

#c7a4dd #dda4d7 #aba4dd

Monochromatic Colors of #c7a4dd

#c7a4dd

Complementary Color

#c7a4dd #badda4

#c7a4dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7a4dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7a4dd Color CSS Codes

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

#c7a4dd Text Font Color

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

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


#c7a4dd Background Color

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

This div background color is #c7a4dd


#c7a4dd Border Color

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

This div border color is #c7a4dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7a4dd


Comments

No comments written yet.

Please login to write comment.