Color Hex Logo

#c886df Color Hex

#C886DF
(200,134,223)
0 Favorites   0 Comments

Color spaces of #c886df

RGB 200134223
HSL0.790.580.70
HSV284°40°87°
CMYK 0.100.400.00   0.13
XYZ45.663834.657374.0948
Yxy34.65730.29570.2244
Hunter Lab58.870535.4331-33.4135
CIE-Lab65.481040.3936-35.4318

#c886df color RGB value is (200,134,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 10000110 11011111
Octal 310 206 337
Decimal 200 134 223
Hex C8 86 DF

RGB Percentages of Color #c886df

%35.91
%24.06
%40.04

CMYK Percentages of Color #c886df

%10
%40
%0
%13

Triadic Colors of #c886df

#c886df #dfc886 #86dfc8

Analogous Colors of #c886df

#c886df #df86ca #9c86df

Monochromatic Colors of #c886df

#c886df

Complementary Color

#c886df #9ddf86

#c886df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c886df Color Preview on White Background

Lorem ipsum dolor sit amet.

#c886df Color CSS Codes

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

#c886df Text Font Color

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

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


#c886df Background Color

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

This div background color is #c886df


#c886df Border Color

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

This div border color is #c886df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c886df


Comments

No comments written yet.

Please login to write comment.