Color Hex Logo

#c897de Color Hex

#C897DE
(200,151,222)
0 Favorites   0 Comments

Color spaces of #c897de

RGB 200151222
HSL0.780.520.73
HSV281°32°87°
CMYK 0.100.320.00   0.13
XYZ48.070839.686574.2339
Yxy39.68650.29670.2450
Hunter Lab62.997225.9615-25.7674
CIE-Lab69.245730.9297-29.0510

#c897de color RGB value is (200,151,222).

#c897de hex color red value is 200, green value is 151 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c897de hue: 0.78 , saturation: 0.52 and the lightness value of c897de is 0.73.

The process color (four color CMYK) of #c897de color hex is 0.10, 0.32, 0.00, 0.13. Web safe color of #c897de is #cc99cc. Color #c897de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10010111 11011110
Octal 310 227 336
Decimal 200 151 222
Hex C8 97 DE

RGB Percentages of Color #c897de

%34.90
%26.35
%38.74

CMYK Percentages of Color #c897de

%10
%32
%0
%13

Triadic Colors of #c897de

#c897de #dec897 #97dec8

Analogous Colors of #c897de

#c897de #de97d1 #a597de

Monochromatic Colors of #c897de

#c897de

Complementary Color

#c897de #adde97

#c897de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c897de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c897de Color CSS Codes

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

#c897de Text Font Color

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

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


#c897de Background Color

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

This div background color is #c897de


#c897de Border Color

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

This div border color is #c897de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c897de


Comments

No comments written yet.

Please login to write comment.