Color Hex Logo

#ce7666 Color Hex

#CE7666
(206,118,102)
0 Favorites   0 Comments

Color spaces of #ce7666

RGB 206118102
HSL0.030.510.60
HSV50°81°
CMYK 0.000.430.50   0.19
XYZ34.330327.038015.9798
Yxy27.03800.44380.3496
Hunter Lab51.998126.853118.1779
CIE-Lab59.009532.765023.8312

#ce7666 color RGB value is (206,118,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01110110 01100110
Octal 316 166 146
Decimal 206 118 102
Hex CE 76 66

RGB Percentages of Color #ce7666

%48.36
%27.70
%23.94

CMYK Percentages of Color #ce7666

%0
%43
%50
%19

Triadic Colors of #ce7666

#ce7666 #66ce76 #7666ce

Analogous Colors of #ce7666

#ce7666 #ceaa66 #ce668a

Monochromatic Colors of #ce7666

#ce7666

Complementary Color

#ce7666 #66bece

#ce7666 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce7666 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce7666 Color CSS Codes

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

#ce7666 Text Font Color

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

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


#ce7666 Background Color

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

This div background color is #ce7666


#ce7666 Border Color

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

This div border color is #ce7666


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce7666


Comments

No comments written yet.

Please login to write comment.