Color Hex Logo

#ce80aa Color Hex

#CE80AA
(206,128,170)
0 Favorites   0 Comments

Color spaces of #ce80aa

RGB 206128170
HSL0.910.440.65
HSV328°38°81°
CMYK 0.000.380.17   0.19
XYZ40.428531.462441.9723
Yxy31.46240.35510.2763
Hunter Lab56.091430.4961-5.1018
CIE-Lab62.896135.9584-9.5286

#ce80aa color RGB value is (206,128,170).

#ce80aa hex color red value is 206, green value is 128 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #ce80aa hue: 0.91 , saturation: 0.44 and the lightness value of ce80aa is 0.65.

The process color (four color CMYK) of #ce80aa color hex is 0.00, 0.38, 0.17, 0.19. Web safe color of #ce80aa is #cc9999. Color #ce80aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10000000 10101010
Octal 316 200 252
Decimal 206 128 170
Hex CE 80 AA

RGB Percentages of Color #ce80aa

%40.87
%25.40
%33.73

CMYK Percentages of Color #ce80aa

%0
%38
%17
%19

Triadic Colors of #ce80aa

#ce80aa #aace80 #80aace

Analogous Colors of #ce80aa

#ce80aa #ce8083 #cb80ce

Monochromatic Colors of #ce80aa

#ce80aa

Complementary Color

#ce80aa #80cea4

#ce80aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce80aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce80aa Color CSS Codes

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

#ce80aa Text Font Color

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

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


#ce80aa Background Color

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

This div background color is #ce80aa


#ce80aa Border Color

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

This div border color is #ce80aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce80aa


Comments

No comments written yet.

Please login to write comment.