Color Hex Logo

#cc8abb Color Hex

#CC8ABB
(204,138,187)
0 Favorites   0 Comments

Color spaces of #cc8abb

RGB 204138187
HSL0.880.390.67
HSV315°32°80°
CMYK 0.000.320.08   0.20
XYZ42.960034.602251.4284
Yxy34.60220.33300.2683
Hunter Lab58.823627.4205-10.6596
CIE-Lab65.437832.6929-15.3459

#cc8abb color RGB value is (204,138,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10001010 10111011
Octal 314 212 273
Decimal 204 138 187
Hex CC 8A BB

RGB Percentages of Color #cc8abb

%38.56
%26.09
%35.35

CMYK Percentages of Color #cc8abb

%0
%32
%8
%20

Triadic Colors of #cc8abb

#cc8abb #bbcc8a #8abbcc

Analogous Colors of #cc8abb

#cc8abb #cc8a9a #bc8acc

Monochromatic Colors of #cc8abb

#cc8abb

Complementary Color

#cc8abb #8acc9b

#cc8abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc8abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc8abb Color CSS Codes

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

#cc8abb Text Font Color

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

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


#cc8abb Background Color

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

This div background color is #cc8abb


#cc8abb Border Color

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

This div border color is #cc8abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc8abb


Comments

No comments written yet.

Please login to write comment.