Color Hex Logo

#cd697e Color Hex

#CD697E
(205,105,126)
0 Favorites   0 Comments

Color spaces of #cd697e

RGB 205105126
HSL0.970.500.61
HSV347°49°80°
CMYK 0.000.490.39   0.20
XYZ33.994324.588622.6930
Yxy24.58860.41830.3025
Hunter Lab49.586935.59367.5773
CIE-Lab56.672441.67336.7183

#cd697e color RGB value is (205,105,126).

#cd697e hex color red value is 205, green value is 105 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #cd697e hue: 0.97 , saturation: 0.50 and the lightness value of cd697e is 0.61.

The process color (four color CMYK) of #cd697e color hex is 0.00, 0.49, 0.39, 0.20. Web safe color of #cd697e is #cc6666. Color #cd697e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 01101001 01111110
Octal 315 151 176
Decimal 205 105 126
Hex CD 69 7E

RGB Percentages of Color #cd697e

%47.02
%24.08
%28.90

CMYK Percentages of Color #cd697e

%0
%49
%39
%20

Triadic Colors of #cd697e

#cd697e #7ecd69 #697ecd

Analogous Colors of #cd697e

#cd697e #cd8669 #cd69b0

Monochromatic Colors of #cd697e

#cd697e

Complementary Color

#cd697e #69cdb8

#cd697e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd697e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd697e Color CSS Codes

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

#cd697e Text Font Color

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

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


#cd697e Background Color

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

This div background color is #cd697e


#cd697e Border Color

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

This div border color is #cd697e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd697e


Comments

No comments written yet.

Please login to write comment.