Color Hex Logo

#ce7eac Color Hex

#CE7EAC
(206,126,172)
0 Favorites   0 Comments

Color spaces of #ce7eac

RGB 206126172
HSL0.900.450.65
HSV326°39°81°
CMYK 0.000.390.17   0.19
XYZ40.360831.022142.8903
Yxy31.02210.35320.2715
Hunter Lab55.697531.8782-6.6685
CIE-Lab62.526337.3422-11.2197

#ce7eac color RGB value is (206,126,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01111110 10101100
Octal 316 176 254
Decimal 206 126 172
Hex CE 7E AC

RGB Percentages of Color #ce7eac

%40.87
%25.00
%34.13

CMYK Percentages of Color #ce7eac

%0
%39
%17
%19

Triadic Colors of #ce7eac

#ce7eac #acce7e #7eacce

Analogous Colors of #ce7eac

#ce7eac #ce7e84 #c87ece

Monochromatic Colors of #ce7eac

#ce7eac

Complementary Color

#ce7eac #7ecea0

#ce7eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce7eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce7eac Color CSS Codes

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

#ce7eac Text Font Color

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

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


#ce7eac Background Color

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

This div background color is #ce7eac


#ce7eac Border Color

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

This div border color is #ce7eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce7eac


Comments

No comments written yet.

Please login to write comment.