Color Hex Logo

#c895dc Color Hex

#C895DC
(200,149,220)
0 Favorites   0 Comments

Color spaces of #c895dc

RGB 200149220
HSL0.790.500.72
HSV283°32°86°
CMYK 0.090.320.00   0.14
XYZ47.485138.941672.7239
Yxy38.94160.29840.2447
Hunter Lab62.403226.6222-25.4136
CIE-Lab68.708931.6186-28.7746

#c895dc color RGB value is (200,149,220).

#c895dc hex color red value is 200, green value is 149 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #c895dc hue: 0.79 , saturation: 0.50 and the lightness value of c895dc is 0.72.

The process color (four color CMYK) of #c895dc color hex is 0.09, 0.32, 0.00, 0.14. Web safe color of #c895dc is #cc99cc. Color #c895dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10010101 11011100
Octal 310 225 334
Decimal 200 149 220
Hex C8 95 DC

RGB Percentages of Color #c895dc

%35.15
%26.19
%38.66

CMYK Percentages of Color #c895dc

%9
%32
%0
%14

Triadic Colors of #c895dc

#c895dc #dcc895 #95dcc8

Analogous Colors of #c895dc

#c895dc #dc95cd #a595dc

Monochromatic Colors of #c895dc

#c895dc

Complementary Color

#c895dc #a9dc95

#c895dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c895dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c895dc Color CSS Codes

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

#c895dc Text Font Color

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

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


#c895dc Background Color

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

This div background color is #c895dc


#c895dc Border Color

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

This div border color is #c895dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c895dc


Comments

No comments written yet.

Please login to write comment.