Color Hex Logo

#ce747d Color Hex

#CE747D
(206,116,125)
0 Favorites   0 Comments

Color spaces of #ce747d

RGB 206116125
HSL0.980.480.63
HSV354°44°81°
CMYK 0.000.440.39   0.19
XYZ35.400727.093322.7657
Yxy27.09330.41520.3178
Hunter Lab52.051230.310510.5041
CIE-Lab59.060636.207810.7095

#ce747d color RGB value is (206,116,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01110100 01111101
Octal 316 164 175
Decimal 206 116 125
Hex CE 74 7D

RGB Percentages of Color #ce747d

%46.09
%25.95
%27.96

CMYK Percentages of Color #ce747d

%0
%44
%39
%19

Triadic Colors of #ce747d

#ce747d #7dce74 #747dce

Analogous Colors of #ce747d

#ce747d #ce9874 #ce74aa

Monochromatic Colors of #ce747d

#ce747d

Complementary Color

#ce747d #74cec5

#ce747d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce747d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce747d Color CSS Codes

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

#ce747d Text Font Color

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

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


#ce747d Background Color

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

This div background color is #ce747d


#ce747d Border Color

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

This div border color is #ce747d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce747d


Comments

No comments written yet.

Please login to write comment.