Color Hex Logo

#c884eb Color Hex

#C884EB
(200,132,235)
0 Favorites   0 Comments

Color spaces of #c884eb

RGB 200132235
HSL0.780.720.72
HSV280°44°92°
CMYK 0.150.440.00   0.08
XYZ47.066134.780082.8298
Yxy34.78000.28580.2112
Hunter Lab58.974639.2508-41.9906
CIE-Lab65.577043.9479-41.9239

#c884eb color RGB value is (200,132,235).

#c884eb hex color red value is 200, green value is 132 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c884eb hue: 0.78 , saturation: 0.72 and the lightness value of c884eb is 0.72.

The process color (four color CMYK) of #c884eb color hex is 0.15, 0.44, 0.00, 0.08. Web safe color of #c884eb is #cc99ff. Color #c884eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10000100 11101011
Octal 310 204 353
Decimal 200 132 235
Hex C8 84 EB

RGB Percentages of Color #c884eb

%35.27
%23.28
%41.45

CMYK Percentages of Color #c884eb

%15
%44
%0
%8

Triadic Colors of #c884eb

#c884eb #ebc884 #84ebc8

Analogous Colors of #c884eb

#c884eb #eb84db #9584eb

Monochromatic Colors of #c884eb

#c884eb

Complementary Color

#c884eb #a7eb84

#c884eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c884eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c884eb Color CSS Codes

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

#c884eb Text Font Color

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

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


#c884eb Background Color

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

This div background color is #c884eb


#c884eb Border Color

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

This div border color is #c884eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c884eb


Comments

No comments written yet.

Please login to write comment.