Color Hex Logo

#ce97ad Color Hex

#CE97AD
(206,151,173)
0 Favorites   0 Comments

Color spaces of #ce97ad

RGB 206151173
HSL0.930.360.70
HSV336°27°81°
CMYK 0.000.270.16   0.19
XYZ44.063038.272244.6001
Yxy38.27220.34710.3015
Hunter Lab61.864518.87370.5611
CIE-Lab68.220823.9536-3.3244

#ce97ad color RGB value is (206,151,173).

#ce97ad hex color red value is 206, green value is 151 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #ce97ad hue: 0.93 , saturation: 0.36 and the lightness value of ce97ad is 0.70.

The process color (four color CMYK) of #ce97ad color hex is 0.00, 0.27, 0.16, 0.19. Web safe color of #ce97ad is #cc9999. Color #ce97ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10010111 10101101
Octal 316 227 255
Decimal 206 151 173
Hex CE 97 AD

RGB Percentages of Color #ce97ad

%38.87
%28.49
%32.64

CMYK Percentages of Color #ce97ad

%0
%27
%16
%19

Triadic Colors of #ce97ad

#ce97ad #adce97 #97adce

Analogous Colors of #ce97ad

#ce97ad #ce9d97 #ce97c9

Monochromatic Colors of #ce97ad

#ce97ad

Complementary Color

#ce97ad #97ceb8

#ce97ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce97ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce97ad Color CSS Codes

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

#ce97ad Text Font Color

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

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


#ce97ad Background Color

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

This div background color is #ce97ad


#ce97ad Border Color

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

This div border color is #ce97ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce97ad


Comments

No comments written yet.

Please login to write comment.