Color Hex Logo

#ce9abe Color Hex

#CE9ABE
(206,154,190)
0 Favorites   0 Comments

Color spaces of #ce9abe

RGB 206154190
HSL0.880.350.71
HSV318°25°81°
CMYK 0.000.250.08   0.19
XYZ46.303539.950753.9860
Yxy39.95070.33020.2849
Hunter Lab63.206620.1530-6.3962
CIE-Lab69.434425.1731-10.9955

#ce9abe color RGB value is (206,154,190).

#ce9abe hex color red value is 206, green value is 154 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #ce9abe hue: 0.88 , saturation: 0.35 and the lightness value of ce9abe is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10011010 10111110
Octal 316 232 276
Decimal 206 154 190
Hex CE 9A BE

RGB Percentages of Color #ce9abe

%37.45
%28.00
%34.55

CMYK Percentages of Color #ce9abe

%0
%25
%8
%19

Triadic Colors of #ce9abe

#ce9abe #bece9a #9abece

Analogous Colors of #ce9abe

#ce9abe #ce9aa4 #c49ace

Monochromatic Colors of #ce9abe

#ce9abe

Complementary Color

#ce9abe #9aceaa

#ce9abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce9abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce9abe Color CSS Codes

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

#ce9abe Text Font Color

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

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


#ce9abe Background Color

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

This div background color is #ce9abe


#ce9abe Border Color

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

This div border color is #ce9abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce9abe


Comments

No comments written yet.

Please login to write comment.