Color Hex Logo

#c884de Color Hex

#C884DE
(200,132,222)
0 Favorites   0 Comments

Color spaces of #c884de

RGB 200132222
HSL0.790.580.69
HSV285°41°87°
CMYK 0.100.410.00   0.13
XYZ45.255534.055873.2954
Yxy34.05580.29650.2232
Hunter Lab58.357336.2995-33.6166
CIE-Lab65.006841.2666-35.6143

#c884de color RGB value is (200,132,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 10000100 11011110
Octal 310 204 336
Decimal 200 132 222
Hex C8 84 DE

RGB Percentages of Color #c884de

%36.10
%23.83
%40.07

CMYK Percentages of Color #c884de

%10
%41
%0
%13

Triadic Colors of #c884de

#c884de #dec884 #84dec8

Analogous Colors of #c884de

#c884de #de84c7 #9b84de

Monochromatic Colors of #c884de

#c884de

Complementary Color

#c884de #9ade84

#c884de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c884de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c884de Color CSS Codes

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

#c884de Text Font Color

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

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


#c884de Background Color

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

This div background color is #c884de


#c884de Border Color

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

This div border color is #c884de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c884de


Comments

No comments written yet.

Please login to write comment.