Color Hex Logo

#cc699d Color Hex

#CC699D
(204,105,157)
0 Favorites   0 Comments

Color spaces of #cc699d

RGB 204105157
HSL0.910.490.61
HSV328°49°80°
CMYK 0.000.490.23   0.20
XYZ36.039225.374834.8966
Yxy25.37480.37420.2635
Hunter Lab50.373439.5528-5.8123
CIE-Lab57.438845.3482-10.2502

#cc699d color RGB value is (204,105,157).

#cc699d hex color red value is 204, green value is 105 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #cc699d hue: 0.91 , saturation: 0.49 and the lightness value of cc699d is 0.61.

The process color (four color CMYK) of #cc699d color hex is 0.00, 0.49, 0.23, 0.20. Web safe color of #cc699d is #cc6699. Color #cc699d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01101001 10011101
Octal 314 151 235
Decimal 204 105 157
Hex CC 69 9D

RGB Percentages of Color #cc699d

%43.78
%22.53
%33.69

CMYK Percentages of Color #cc699d

%0
%49
%23
%20

Triadic Colors of #cc699d

#cc699d #9dcc69 #699dcc

Analogous Colors of #cc699d

#cc699d #cc696c #ca69cc

Monochromatic Colors of #cc699d

#cc699d

Complementary Color

#cc699d #69cc98

#cc699d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc699d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc699d Color CSS Codes

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

#cc699d Text Font Color

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

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


#cc699d Background Color

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

This div background color is #cc699d


#cc699d Border Color

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

This div border color is #cc699d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc699d


Comments

No comments written yet.

Please login to write comment.