Color Hex Logo

#ce7686 Color Hex

#CE7686
(206,118,134)
0 Favorites   0 Comments

Color spaces of #ce7686

RGB 206118134
HSL0.970.470.64
HSV349°43°81°
CMYK 0.000.430.35   0.19
XYZ36.235127.799926.0104
Yxy27.79990.40240.3087
Hunter Lab52.725630.40247.6592
CIE-Lab59.707536.22376.4339

#ce7686 color RGB value is (206,118,134).

#ce7686 hex color red value is 206, green value is 118 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #ce7686 hue: 0.97 , saturation: 0.47 and the lightness value of ce7686 is 0.64.

The process color (four color CMYK) of #ce7686 color hex is 0.00, 0.43, 0.35, 0.19. Web safe color of #ce7686 is #cc6699. Color #ce7686 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01110110 10000110
Octal 316 166 206
Decimal 206 118 134
Hex CE 76 86

RGB Percentages of Color #ce7686

%44.98
%25.76
%29.26

CMYK Percentages of Color #ce7686

%0
%43
%35
%19

Triadic Colors of #ce7686

#ce7686 #86ce76 #7686ce

Analogous Colors of #ce7686

#ce7686 #ce9276 #ce76b2

Monochromatic Colors of #ce7686

#ce7686

Complementary Color

#ce7686 #76cebe

#ce7686 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce7686 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce7686 Color CSS Codes

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

#ce7686 Text Font Color

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

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


#ce7686 Background Color

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

This div background color is #ce7686


#ce7686 Border Color

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

This div border color is #ce7686


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,118,134, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce7686


Comments

No comments written yet.

Please login to write comment.