Color Hex Logo

#ce7eaa Color Hex

#CE7EAA
(206,126,170)
0 Favorites   0 Comments

Color spaces of #ce7eaa

RGB 206126170
HSL0.910.450.65
HSV327°39°81°
CMYK 0.000.390.17   0.19
XYZ40.170230.945841.8861
Yxy30.94580.35550.2739
Hunter Lab55.628931.5459-5.7024
CIE-Lab62.461937.0274-10.1775

#ce7eaa color RGB value is (206,126,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01111110 10101010
Octal 316 176 252
Decimal 206 126 170
Hex CE 7E AA

RGB Percentages of Color #ce7eaa

%41.04
%25.10
%33.86

CMYK Percentages of Color #ce7eaa

%0
%39
%17
%19

Triadic Colors of #ce7eaa

#ce7eaa #aace7e #7eaace

Analogous Colors of #ce7eaa

#ce7eaa #ce7e82 #ca7ece

Monochromatic Colors of #ce7eaa

#ce7eaa

Complementary Color

#ce7eaa #7ecea2

#ce7eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce7eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce7eaa Color CSS Codes

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

#ce7eaa Text Font Color

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

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


#ce7eaa Background Color

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

This div background color is #ce7eaa


#ce7eaa Border Color

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

This div border color is #ce7eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce7eaa


Comments

No comments written yet.

Please login to write comment.