Color Hex Logo

#c7abcb Color Hex

#C7ABCB
(199,171,203)
0 Favorites   0 Comments

Color spaces of #c7abcb

RGB 199171203
HSL0.810.240.73
HSV293°16°80°
CMYK 0.020.160.00   0.20
XYZ48.895645.579762.7206
Yxy45.57970.31100.2900
Hunter Lab67.512711.1300-7.8226
CIE-Lab73.272015.8404-12.4930

#c7abcb color RGB value is (199,171,203).

#c7abcb hex color red value is 199, green value is 171 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #c7abcb hue: 0.81 , saturation: 0.24 and the lightness value of c7abcb is 0.73.

The process color (four color CMYK) of #c7abcb color hex is 0.02, 0.16, 0.00, 0.20. Web safe color of #c7abcb is #cc99cc. Color #c7abcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 10101011 11001011
Octal 307 253 313
Decimal 199 171 203
Hex C7 AB CB

RGB Percentages of Color #c7abcb

%34.73
%29.84
%35.43

CMYK Percentages of Color #c7abcb

%2
%16
%0
%20

Triadic Colors of #c7abcb

#c7abcb #cbc7ab #abcbc7

Analogous Colors of #c7abcb

#c7abcb #cbabbf #b7abcb

Monochromatic Colors of #c7abcb

#c7abcb

Complementary Color

#c7abcb #afcbab

#c7abcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7abcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7abcb Color CSS Codes

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

#c7abcb Text Font Color

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

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


#c7abcb Background Color

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

This div background color is #c7abcb


#c7abcb Border Color

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

This div border color is #c7abcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7abcb


Comments

No comments written yet.

Please login to write comment.