Color Hex Logo

#cc8abd Color Hex

#CC8ABD
(204,138,189)
0 Favorites   0 Comments

Color spaces of #cc8abd

RGB 204138189
HSL0.870.390.67
HSV314°32°80°
CMYK 0.000.320.07   0.20
XYZ43.175634.688552.5640
Yxy34.68850.33100.2660
Hunter Lab58.896927.7834-11.6869
CIE-Lab65.505433.0422-16.3673

#cc8abd color RGB value is (204,138,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10001010 10111101
Octal 314 212 275
Decimal 204 138 189
Hex CC 8A BD

RGB Percentages of Color #cc8abd

%38.42
%25.99
%35.59

CMYK Percentages of Color #cc8abd

%0
%32
%7
%20

Triadic Colors of #cc8abd

#cc8abd #bdcc8a #8abdcc

Analogous Colors of #cc8abd

#cc8abd #cc8a9c #ba8acc

Monochromatic Colors of #cc8abd

#cc8abd

Complementary Color

#cc8abd #8acc99

#cc8abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc8abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc8abd Color CSS Codes

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

#cc8abd Text Font Color

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

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


#cc8abd Background Color

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

This div background color is #cc8abd


#cc8abd Border Color

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

This div border color is #cc8abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc8abd


Comments

No comments written yet.

Please login to write comment.