Color Hex Logo

#ce729e Color Hex

#CE729E
(206,114,158)
0 Favorites   0 Comments

Color spaces of #ce729e

RGB 206114158
HSL0.920.480.63
HSV331°45°81°
CMYK 0.000.450.23   0.19
XYZ37.642527.625135.6959
Yxy27.62510.37280.2736
Hunter Lab52.559635.8601-3.4752
CIE-Lab59.548541.5435-7.6498

#ce729e color RGB value is (206,114,158).

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

The process color (four color CMYK) of #ce729e color hex is 0.00, 0.45, 0.23, 0.19. Web safe color of #ce729e is #cc6699. Color #ce729e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01110010 10011110
Octal 316 162 236
Decimal 206 114 158
Hex CE 72 9E

RGB Percentages of Color #ce729e

%43.10
%23.85
%33.05

CMYK Percentages of Color #ce729e

%0
%45
%23
%19

Triadic Colors of #ce729e

#ce729e #9ece72 #729ece

Analogous Colors of #ce729e

#ce729e #ce7472 #ce72cc

Monochromatic Colors of #ce729e

#ce729e

Complementary Color

#ce729e #72cea2

#ce729e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce729e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce729e Color CSS Codes

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

#ce729e Text Font Color

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

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


#ce729e Background Color

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

This div background color is #ce729e


#ce729e Border Color

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

This div border color is #ce729e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce729e


Comments

No comments written yet.

Please login to write comment.