Color Hex Logo

#ce746c Color Hex

#CE746C
(206,116,108)
0 Favorites   0 Comments

Color spaces of #ce746c

RGB 206116108
HSL0.010.500.62
HSV48°81°
CMYK 0.000.440.48   0.19
XYZ34.405826.695317.5267
Yxy26.69530.43760.3395
Hunter Lab51.667528.446516.0548
CIE-Lab58.691234.397719.9827

#ce746c color RGB value is (206,116,108).

#ce746c hex color red value is 206, green value is 116 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #ce746c hue: 0.01 , saturation: 0.50 and the lightness value of ce746c is 0.62.

The process color (four color CMYK) of #ce746c color hex is 0.00, 0.44, 0.48, 0.19. Web safe color of #ce746c is #cc6666. Color #ce746c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01110100 01101100
Octal 316 164 154
Decimal 206 116 108
Hex CE 74 6C

RGB Percentages of Color #ce746c

%47.91
%26.98
%25.12

CMYK Percentages of Color #ce746c

%0
%44
%48
%19

Triadic Colors of #ce746c

#ce746c #6cce74 #746cce

Analogous Colors of #ce746c

#ce746c #cea56c #ce6c95

Monochromatic Colors of #ce746c

#ce746c

Complementary Color

#ce746c #6cc6ce

#ce746c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce746c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce746c Color CSS Codes

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

#ce746c Text Font Color

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

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


#ce746c Background Color

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

This div background color is #ce746c


#ce746c Border Color

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

This div border color is #ce746c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce746c


Comments

No comments written yet.

Please login to write comment.