Color Hex Logo

#c896df Color Hex

#C896DF
(200,150,223)
0 Favorites   0 Comments

Color spaces of #c896df

RGB 200150223
HSL0.780.530.73
HSV281°33°87°
CMYK 0.100.330.00   0.13
XYZ48.045039.419874.8886
Yxy39.41980.29590.2428
Hunter Lab62.785226.7192-26.7700
CIE-Lab69.054331.6834-29.8969

#c896df color RGB value is (200,150,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 10010110 11011111
Octal 310 226 337
Decimal 200 150 223
Hex C8 96 DF

RGB Percentages of Color #c896df

%34.90
%26.18
%38.92

CMYK Percentages of Color #c896df

%10
%33
%0
%13

Triadic Colors of #c896df

#c896df #dfc896 #96dfc8

Analogous Colors of #c896df

#c896df #df96d2 #a496df

Monochromatic Colors of #c896df

#c896df

Complementary Color

#c896df #addf96

#c896df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c896df Color Preview on White Background

Lorem ipsum dolor sit amet.

#c896df Color CSS Codes

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

#c896df Text Font Color

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

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


#c896df Background Color

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

This div background color is #c896df


#c896df Border Color

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

This div border color is #c896df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c896df


Comments

No comments written yet.

Please login to write comment.