Color Hex Logo

#ce697e Color Hex

#CE697E
(206,105,126)
0 Favorites   0 Comments

Color spaces of #ce697e

RGB 206105126
HSL0.970.510.61
HSV348°49°81°
CMYK 0.000.490.39   0.19
XYZ34.271124.731322.7060
Yxy24.73130.41940.3027
Hunter Lab49.730635.98227.7408
CIE-Lab56.812742.02926.9376

#ce697e color RGB value is (206,105,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01101001 01111110
Octal 316 151 176
Decimal 206 105 126
Hex CE 69 7E

RGB Percentages of Color #ce697e

%47.14
%24.03
%28.83

CMYK Percentages of Color #ce697e

%0
%49
%39
%19

Triadic Colors of #ce697e

#ce697e #7ece69 #697ece

Analogous Colors of #ce697e

#ce697e #ce8769 #ce69b1

Monochromatic Colors of #ce697e

#ce697e

Complementary Color

#ce697e #69ceb9

#ce697e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce697e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce697e Color CSS Codes

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

#ce697e Text Font Color

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

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


#ce697e Background Color

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

This div background color is #ce697e


#ce697e Border Color

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

This div border color is #ce697e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,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 #ce697e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce697e


Comments

No comments written yet.

Please login to write comment.