Color Hex Logo

#ce79aa Color Hex

#CE79AA
(206,121,170)
0 Favorites   0 Comments

Color spaces of #ce79aa

RGB 206121170
HSL0.900.460.64
HSV325°41°81°
CMYK 0.000.410.17   0.19
XYZ39.546729.698841.6783
Yxy29.69880.35650.2677
Hunter Lab54.496634.1635-7.1966
CIE-Lab61.393539.6811-11.7786

#ce79aa color RGB value is (206,121,170).

#ce79aa hex color red value is 206, green value is 121 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #ce79aa hue: 0.90 , saturation: 0.46 and the lightness value of ce79aa is 0.64.

The process color (four color CMYK) of #ce79aa color hex is 0.00, 0.41, 0.17, 0.19. Web safe color of #ce79aa is #cc6699. Color #ce79aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01111001 10101010
Octal 316 171 252
Decimal 206 121 170
Hex CE 79 AA

RGB Percentages of Color #ce79aa

%41.45
%24.35
%34.21

CMYK Percentages of Color #ce79aa

%0
%41
%17
%19

Triadic Colors of #ce79aa

#ce79aa #aace79 #79aace

Analogous Colors of #ce79aa

#ce79aa #ce7980 #c879ce

Monochromatic Colors of #ce79aa

#ce79aa

Complementary Color

#ce79aa #79ce9d

#ce79aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce79aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce79aa Color CSS Codes

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

#ce79aa Text Font Color

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

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


#ce79aa Background Color

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

This div background color is #ce79aa


#ce79aa Border Color

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

This div border color is #ce79aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce79aa


Comments

No comments written yet.

Please login to write comment.