Color Hex Logo

#ce8abe Color Hex

#CE8ABE
(206,138,190)
0 Favorites   0 Comments

Color spaces of #ce8abe

RGB 206138190
HSL0.870.410.67
HSV314°33°81°
CMYK 0.000.330.08   0.19
XYZ43.836335.016553.1636
Yxy35.01650.33210.2652
Hunter Lab59.174728.6760-11.8448
CIE-Lab65.761533.8890-16.5201

#ce8abe color RGB value is (206,138,190).

#ce8abe hex color red value is 206, green value is 138 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #ce8abe hue: 0.87 , saturation: 0.41 and the lightness value of ce8abe is 0.67.

The process color (four color CMYK) of #ce8abe color hex is 0.00, 0.33, 0.08, 0.19. Web safe color of #ce8abe is #cc99cc. Color #ce8abe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10001010 10111110
Octal 316 212 276
Decimal 206 138 190
Hex CE 8A BE

RGB Percentages of Color #ce8abe

%38.58
%25.84
%35.58

CMYK Percentages of Color #ce8abe

%0
%33
%8
%19

Triadic Colors of #ce8abe

#ce8abe #bece8a #8abece

Analogous Colors of #ce8abe

#ce8abe #ce8a9c #bc8ace

Monochromatic Colors of #ce8abe

#ce8abe

Complementary Color

#ce8abe #8ace9a

#ce8abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce8abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce8abe Color CSS Codes

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

#ce8abe Text Font Color

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

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


#ce8abe Background Color

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

This div background color is #ce8abe


#ce8abe Border Color

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

This div border color is #ce8abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce8abe


Comments

No comments written yet.

Please login to write comment.