Color Hex Logo

#cc8dba Color Hex

#CC8DBA
(204,141,186)
0 Favorites   0 Comments

Color spaces of #cc8dba

RGB 204141186
HSL0.880.380.68
HSV317°31°80°
CMYK 0.000.310.09   0.20
XYZ43.289635.432351.0119
Yxy35.43230.33370.2731
Hunter Lab59.525025.6454-9.1430
CIE-Lab66.083930.8869-13.8103

#cc8dba color RGB value is (204,141,186).

#cc8dba hex color red value is 204, green value is 141 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #cc8dba hue: 0.88 , saturation: 0.38 and the lightness value of cc8dba is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10001101 10111010
Octal 314 215 272
Decimal 204 141 186
Hex CC 8D BA

RGB Percentages of Color #cc8dba

%38.42
%26.55
%35.03

CMYK Percentages of Color #cc8dba

%0
%31
%9
%20

Triadic Colors of #cc8dba

#cc8dba #bacc8d #8dbacc

Analogous Colors of #cc8dba

#cc8dba #cc8d9b #bf8dcc

Monochromatic Colors of #cc8dba

#cc8dba

Complementary Color

#cc8dba #8dcc9f

#cc8dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc8dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc8dba Color CSS Codes

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

#cc8dba Text Font Color

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

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


#cc8dba Background Color

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

This div background color is #cc8dba


#cc8dba Border Color

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

This div border color is #cc8dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc8dba


Comments

No comments written yet.

Please login to write comment.