Color Hex Logo

#c7abcd Color Hex

#C7ABCD
(199,171,205)
0 Favorites   0 Comments

Color spaces of #c7abcd

RGB 199171205
HSL0.800.250.74
HSV289°17°80°
CMYK 0.030.170.00   0.20
XYZ49.135545.675763.9842
Yxy45.67570.30940.2876
Hunter Lab67.583811.5033-8.8235
CIE-Lab73.334616.2246-13.4952

#c7abcd color RGB value is (199,171,205).

#c7abcd hex color red value is 199, green value is 171 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #c7abcd hue: 0.80 , saturation: 0.25 and the lightness value of c7abcd is 0.74.

The process color (four color CMYK) of #c7abcd color hex is 0.03, 0.17, 0.00, 0.20. Web safe color of #c7abcd is #cc99cc. Color #c7abcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 10101011 11001101
Octal 307 253 315
Decimal 199 171 205
Hex C7 AB CD

RGB Percentages of Color #c7abcd

%34.61
%29.74
%35.65

CMYK Percentages of Color #c7abcd

%3
%17
%0
%20

Triadic Colors of #c7abcd

#c7abcd #cdc7ab #abcdc7

Analogous Colors of #c7abcd

#c7abcd #cdabc2 #b6abcd

Monochromatic Colors of #c7abcd

#c7abcd

Complementary Color

#c7abcd #b1cdab

#c7abcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7abcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7abcd Color CSS Codes

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

#c7abcd Text Font Color

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

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


#c7abcd Background Color

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

This div background color is #c7abcd


#c7abcd Border Color

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

This div border color is #c7abcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7abcd


Comments

No comments written yet.

Please login to write comment.