Color Hex Logo

#ce847e Color Hex

#CE847E
(206,132,126)
0 Favorites   0 Comments

Color spaces of #ce847e

RGB 206132126
HSL0.010.450.65
HSV39°81°
CMYK 0.000.360.39   0.19
XYZ37.470831.130723.7726
Yxy31.13070.40560.3370
Hunter Lab55.794922.236213.7947
CIE-Lab62.617827.754715.1177

#ce847e color RGB value is (206,132,126).

#ce847e hex color red value is 206, green value is 132 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #ce847e hue: 0.01 , saturation: 0.45 and the lightness value of ce847e is 0.65.

The process color (four color CMYK) of #ce847e color hex is 0.00, 0.36, 0.39, 0.19. Web safe color of #ce847e is #cc9966. Color #ce847e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10000100 01111110
Octal 316 204 176
Decimal 206 132 126
Hex CE 84 7E

RGB Percentages of Color #ce847e

%44.40
%28.45
%27.16

CMYK Percentages of Color #ce847e

%0
%36
%39
%19

Triadic Colors of #ce847e

#ce847e #7ece84 #847ece

Analogous Colors of #ce847e

#ce847e #ceac7e #ce7ea0

Monochromatic Colors of #ce847e

#ce847e

Complementary Color

#ce847e #7ec8ce

#ce847e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce847e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce847e Color CSS Codes

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

#ce847e Text Font Color

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

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


#ce847e Background Color

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

This div background color is #ce847e


#ce847e Border Color

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

This div border color is #ce847e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce847e


Comments

No comments written yet.

Please login to write comment.