Color Hex Logo

#ce7660 Color Hex

#CE7660
(206,118,96)
0 Favorites   0 Comments

Color spaces of #ce7660

RGB 20611896
HSL0.030.530.59
HSV12°53°81°
CMYK 0.000.430.53   0.19
XYZ34.043426.923214.4687
Yxy26.92320.45130.3569
Hunter Lab51.887626.310519.7885
CIE-Lab58.903232.228627.0840

#ce7660 color RGB value is (206,118,96).

#ce7660 hex color red value is 206, green value is 118 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #ce7660 hue: 0.03 , saturation: 0.53 and the lightness value of ce7660 is 0.59.

The process color (four color CMYK) of #ce7660 color hex is 0.00, 0.43, 0.53, 0.19. Web safe color of #ce7660 is #cc6666. Color #ce7660 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01110110 01100000
Octal 316 166 140
Decimal 206 118 96
Hex CE 76 60

RGB Percentages of Color #ce7660

%49.05
%28.10
%22.86

CMYK Percentages of Color #ce7660

%0
%43
%53
%19

Triadic Colors of #ce7660

#ce7660 #60ce76 #7660ce

Analogous Colors of #ce7660

#ce7660 #cead60 #ce6081

Monochromatic Colors of #ce7660

#ce7660

Complementary Color

#ce7660 #60b8ce

#ce7660 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce7660 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce7660 Color CSS Codes

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

#ce7660 Text Font Color

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

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


#ce7660 Background Color

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

This div background color is #ce7660


#ce7660 Border Color

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

This div border color is #ce7660


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce7660


Comments

No comments written yet.

Please login to write comment.