Color Hex Logo

#c880df Color Hex

#C880DF
(200,128,223)
0 Favorites   0 Comments

Color spaces of #c880df

RGB 200128223
HSL0.790.600.69
HSV285°43°87°
CMYK 0.100.430.00   0.13
XYZ44.857933.045473.8262
Yxy33.04540.29560.2178
Hunter Lab57.485138.6916-35.9045
CIE-Lab64.197743.6077-37.4316

#c880df color RGB value is (200,128,223).

#c880df hex color red value is 200, green value is 128 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #c880df hue: 0.79 , saturation: 0.60 and the lightness value of c880df is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 10000000 11011111
Octal 310 200 337
Decimal 200 128 223
Hex C8 80 DF

RGB Percentages of Color #c880df

%36.30
%23.23
%40.47

CMYK Percentages of Color #c880df

%10
%43
%0
%13

Triadic Colors of #c880df

#c880df #dfc880 #80dfc8

Analogous Colors of #c880df

#c880df #df80c7 #9980df

Monochromatic Colors of #c880df

#c880df

Complementary Color

#c880df #97df80

#c880df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c880df Color Preview on White Background

Lorem ipsum dolor sit amet.

#c880df Color CSS Codes

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

#c880df Text Font Color

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

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


#c880df Background Color

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

This div background color is #c880df


#c880df Border Color

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

This div border color is #c880df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c880df


Comments

No comments written yet.

Please login to write comment.