Color Hex Logo

#c7abdd Color Hex

#C7ABDD
(199,171,221)
0 Favorites   0 Comments

Color spaces of #c7abdd

RGB 199171221
HSL0.760.420.77
HSV274°23°87°
CMYK 0.100.230.00   0.13
XYZ51.167246.488474.6830
Yxy46.48840.29690.2698
Hunter Lab68.182414.6354-17.2151
CIE-Lab73.861319.4106-21.4472

#c7abdd color RGB value is (199,171,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 10101011 11011101
Octal 307 253 335
Decimal 199 171 221
Hex C7 AB DD

RGB Percentages of Color #c7abdd

%33.67
%28.93
%37.39

CMYK Percentages of Color #c7abdd

%10
%23
%0
%13

Triadic Colors of #c7abdd

#c7abdd #ddc7ab #abddc7

Analogous Colors of #c7abdd

#c7abdd #ddabda #aeabdd

Monochromatic Colors of #c7abdd

#c7abdd

Complementary Color

#c7abdd #c1ddab

#c7abdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7abdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7abdd Color CSS Codes

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

#c7abdd Text Font Color

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

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


#c7abdd Background Color

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

This div background color is #c7abdd


#c7abdd Border Color

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

This div border color is #c7abdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7abdd

#c7abdd Color Palettes


Comments

No comments written yet.

Please login to write comment.