Color Hex Logo

#ce7eab Color Hex

#CE7EAB
(206,126,171)
0 Favorites   0 Comments

Color spaces of #ce7eab

RGB 206126171
HSL0.910.450.65
HSV326°39°81°
CMYK 0.000.390.17   0.19
XYZ40.265130.983842.3863
Yxy30.98380.35430.2727
Hunter Lab55.663131.7114-6.1839
CIE-Lab62.494037.1843-10.6989

#ce7eab color RGB value is (206,126,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01111110 10101011
Octal 316 176 253
Decimal 206 126 171
Hex CE 7E AB

RGB Percentages of Color #ce7eab

%40.95
%25.05
%34.00

CMYK Percentages of Color #ce7eab

%0
%39
%17
%19

Triadic Colors of #ce7eab

#ce7eab #abce7e #7eabce

Analogous Colors of #ce7eab

#ce7eab #ce7e83 #c97ece

Monochromatic Colors of #ce7eab

#ce7eab

Complementary Color

#ce7eab #7ecea1

#ce7eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce7eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce7eab Color CSS Codes

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

#ce7eab Text Font Color

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

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


#ce7eab Background Color

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

This div background color is #ce7eab


#ce7eab Border Color

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

This div border color is #ce7eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce7eab


Comments

No comments written yet.

Please login to write comment.