Color Hex Logo

#ce80af Color Hex

#CE80AF
(206,128,175)
0 Favorites   0 Comments

Color spaces of #ce80af

RGB 206128175
HSL0.900.440.65
HSV324°38°81°
CMYK 0.000.380.15   0.19
XYZ40.910631.655344.5113
Yxy31.65530.34940.2704
Hunter Lab56.263031.3325-7.5219
CIE-Lab63.057036.7536-12.1289

#ce80af color RGB value is (206,128,175).

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

The process color (four color CMYK) of #ce80af color hex is 0.00, 0.38, 0.15, 0.19. Web safe color of #ce80af is #cc9999. Color #ce80af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10000000 10101111
Octal 316 200 257
Decimal 206 128 175
Hex CE 80 AF

RGB Percentages of Color #ce80af

%40.47
%25.15
%34.38

CMYK Percentages of Color #ce80af

%0
%38
%15
%19

Triadic Colors of #ce80af

#ce80af #afce80 #80afce

Analogous Colors of #ce80af

#ce80af #ce8088 #c680ce

Monochromatic Colors of #ce80af

#ce80af

Complementary Color

#ce80af #80ce9f

#ce80af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce80af Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce80af Color CSS Codes

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

#ce80af Text Font Color

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

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


#ce80af Background Color

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

This div background color is #ce80af


#ce80af Border Color

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

This div border color is #ce80af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce80af


Comments

No comments written yet.

Please login to write comment.