Color Hex Logo

#ce97cd Color Hex

#CE97CD
(206,151,205)
0 Favorites   0 Comments

Color spaces of #ce97cd

RGB 206151205
HSL0.840.360.70
HSV301°27°81°
CMYK 0.000.270.00   0.19
XYZ47.539739.662862.9077
Yxy39.66280.31670.2642
Hunter Lab62.978424.5298-15.1385
CIE-Lab69.228729.5303-19.6295

#ce97cd color RGB value is (206,151,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10010111 11001101
Octal 316 227 315
Decimal 206 151 205
Hex CE 97 CD

RGB Percentages of Color #ce97cd

%36.65
%26.87
%36.48

CMYK Percentages of Color #ce97cd

%0
%27
%0
%19

Triadic Colors of #ce97cd

#ce97cd #cdce97 #97cdce

Analogous Colors of #ce97cd

#ce97cd #ce97b2 #b497ce

Monochromatic Colors of #ce97cd

#ce97cd

Complementary Color

#ce97cd #97ce98

#ce97cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce97cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce97cd Color CSS Codes

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

#ce97cd Text Font Color

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

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


#ce97cd Background Color

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

This div background color is #ce97cd


#ce97cd Border Color

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

This div border color is #ce97cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce97cd


Comments

No comments written yet.

Please login to write comment.