Color Hex Logo

#c886da Color Hex

#C886DA
(200,134,218)
0 Favorites   0 Comments

Color spaces of #c886da

RGB 200134218
HSL0.800.530.69
HSV287°39°85°
CMYK 0.080.390.00   0.15
XYZ44.999434.391570.5962
Yxy34.39150.30000.2293
Hunter Lab58.644334.3406-30.3225
CIE-Lab65.272139.3852-32.9783

#c886da color RGB value is (200,134,218).

#c886da hex color red value is 200, green value is 134 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #c886da hue: 0.80 , saturation: 0.53 and the lightness value of c886da is 0.69.

The process color (four color CMYK) of #c886da color hex is 0.08, 0.39, 0.00, 0.15. Web safe color of #c886da is #cc99cc. Color #c886da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10000110 11011010
Octal 310 206 332
Decimal 200 134 218
Hex C8 86 DA

RGB Percentages of Color #c886da

%36.23
%24.28
%39.49

CMYK Percentages of Color #c886da

%8
%39
%0
%15

Triadic Colors of #c886da

#c886da #dac886 #86dac8

Analogous Colors of #c886da

#c886da #da86c2 #9e86da

Monochromatic Colors of #c886da

#c886da

Complementary Color

#c886da #98da86

#c886da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c886da Color Preview on White Background

Lorem ipsum dolor sit amet.

#c886da Color CSS Codes

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

#c886da Text Font Color

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

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


#c886da Background Color

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

This div background color is #c886da


#c886da Border Color

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

This div border color is #c886da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c886da


Comments

No comments written yet.

Please login to write comment.