Color Hex Logo

#c895de Color Hex

#C895DE
(200,149,222)
0 Favorites   0 Comments

Color spaces of #c895de

RGB 200149222
HSL0.780.530.73
HSV282°33°87°
CMYK 0.100.330.00   0.13
XYZ47.751739.048274.1275
Yxy39.04820.29670.2426
Hunter Lab62.488627.0488-26.5912
CIE-Lab68.786232.0268-29.7590

#c895de color RGB value is (200,149,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 10010101 11011110
Octal 310 225 336
Decimal 200 149 222
Hex C8 95 DE

RGB Percentages of Color #c895de

%35.03
%26.09
%38.88

CMYK Percentages of Color #c895de

%10
%33
%0
%13

Triadic Colors of #c895de

#c895de #dec895 #95dec8

Analogous Colors of #c895de

#c895de #de95d0 #a495de

Monochromatic Colors of #c895de

#c895de

Complementary Color

#c895de #abde95

#c895de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c895de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c895de Color CSS Codes

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

#c895de Text Font Color

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

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


#c895de Background Color

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

This div background color is #c895de


#c895de Border Color

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

This div border color is #c895de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c895de


Comments

No comments written yet.

Please login to write comment.