Color Hex Logo

#ccabcc Color Hex

#CCABCC
(204,171,204)
0 Favorites   0 Comments

Color spaces of #ccabcc

RGB 204171204
HSL0.830.240.74
HSV300°16°80°
CMYK 0.000.160.00   0.20
XYZ50.363846.322863.4135
Yxy46.32280.31460.2893
Hunter Lab68.060912.9803-7.5989
CIE-Lab73.754517.7310-12.2716

#ccabcc color RGB value is (204,171,204).

#ccabcc hex color red value is 204, green value is 171 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ccabcc hue: 0.83 , saturation: 0.24 and the lightness value of ccabcc is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101011 11001100
Octal 314 253 314
Decimal 204 171 204
Hex CC AB CC

RGB Percentages of Color #ccabcc

%35.23
%29.53
%35.23

CMYK Percentages of Color #ccabcc

%0
%16
%0
%20

Triadic Colors of #ccabcc

#ccabcc #ccccab #abcccc

Analogous Colors of #ccabcc

#ccabcc #ccabbc #bcabcc

Monochromatic Colors of #ccabcc

#ccabcc

Complementary Color

#ccabcc #abccab

#ccabcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccabcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccabcc Color CSS Codes

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

#ccabcc Text Font Color

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

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


#ccabcc Background Color

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

This div background color is #ccabcc


#ccabcc Border Color

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

This div border color is #ccabcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccabcc


Comments

No comments written yet.

Please login to write comment.