Color Hex Logo

#cc8abc Color Hex

#CC8ABC
(204,138,188)
0 Favorites   0 Comments

Color spaces of #cc8abc

RGB 204138188
HSL0.870.390.67
HSV315°32°80°
CMYK 0.000.320.08   0.20
XYZ43.067434.645251.9942
Yxy34.64520.33200.2671
Hunter Lab58.860227.6014-11.1718
CIE-Lab65.471532.8671-15.8568

#cc8abc color RGB value is (204,138,188).

#cc8abc hex color red value is 204, green value is 138 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #cc8abc hue: 0.87 , saturation: 0.39 and the lightness value of cc8abc is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10001010 10111100
Octal 314 212 274
Decimal 204 138 188
Hex CC 8A BC

RGB Percentages of Color #cc8abc

%38.49
%26.04
%35.47

CMYK Percentages of Color #cc8abc

%0
%32
%8
%20

Triadic Colors of #cc8abc

#cc8abc #bccc8a #8abccc

Analogous Colors of #cc8abc

#cc8abc #cc8a9b #bb8acc

Monochromatic Colors of #cc8abc

#cc8abc

Complementary Color

#cc8abc #8acc9a

#cc8abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc8abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc8abc Color CSS Codes

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

#cc8abc Text Font Color

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

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


#cc8abc Background Color

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

This div background color is #cc8abc


#cc8abc Border Color

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

This div border color is #cc8abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc8abc


Comments

No comments written yet.

Please login to write comment.