Color Hex Logo

#c884ff Color Hex

#C884FF
(200,132,255)
0 Favorites   0 Comments

Color spaces of #c884ff

RGB 200132255
HSL0.761.000.76
HSV273°48°100°
CMYK 0.220.480.00   0.00
XYZ50.120736.001998.9152
Yxy36.00190.27090.1946
Hunter Lab60.001644.1024-55.7410
CIE-Lab66.521448.2562-51.4224

#c884ff color RGB value is (200,132,255).

#c884ff hex color red value is 200, green value is 132 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #c884ff hue: 0.76 , saturation: 1.00 and the lightness value of c884ff is 0.76.

The process color (four color CMYK) of #c884ff color hex is 0.22, 0.48, 0.00, 0.00. Web safe color of #c884ff is #cc99ff. Color #c884ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10000100 11111111
Octal 310 204 377
Decimal 200 132 255
Hex C8 84 FF

RGB Percentages of Color #c884ff

%34.07
%22.49
%43.44

CMYK Percentages of Color #c884ff

%22
%48
%0
%0

Triadic Colors of #c884ff

#c884ff #ffc884 #84ffc8

Analogous Colors of #c884ff

#c884ff #ff84f9 #8b84ff

Monochromatic Colors of #c884ff

#c884ff

Complementary Color

#c884ff #bbff84

#c884ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c884ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c884ff Color CSS Codes

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

#c884ff Text Font Color

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

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


#c884ff Background Color

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

This div background color is #c884ff


#c884ff Border Color

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

This div border color is #c884ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c884ff

Related Colors


Comments

No comments written yet.

Please login to write comment.