Color Hex Logo

#ce747e Color Hex

#CE747E
(206,116,126)
0 Favorites   0 Comments

Color spaces of #ce747e

RGB 206116126
HSL0.980.480.63
HSV353°44°81°
CMYK 0.000.440.39   0.19
XYZ35.464927.119023.1039
Yxy27.11900.41390.3165
Hunter Lab52.075930.429810.1486
CIE-Lab59.084336.322810.1654

#ce747e color RGB value is (206,116,126).

#ce747e hex color red value is 206, green value is 116 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #ce747e hue: 0.98 , saturation: 0.48 and the lightness value of ce747e is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01110100 01111110
Octal 316 164 176
Decimal 206 116 126
Hex CE 74 7E

RGB Percentages of Color #ce747e

%45.98
%25.89
%28.13

CMYK Percentages of Color #ce747e

%0
%44
%39
%19

Triadic Colors of #ce747e

#ce747e #7ece74 #747ece

Analogous Colors of #ce747e

#ce747e #ce9774 #ce74ab

Monochromatic Colors of #ce747e

#ce747e

Complementary Color

#ce747e #74cec4

#ce747e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce747e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce747e Color CSS Codes

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

#ce747e Text Font Color

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

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


#ce747e Background Color

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

This div background color is #ce747e


#ce747e Border Color

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

This div border color is #ce747e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce747e


Comments

No comments written yet.

Please login to write comment.