Color Hex Logo

#c880eb Color Hex

#C880EB
(200,128,235)
0 Favorites   0 Comments

Color spaces of #c880eb

RGB 200128235
HSL0.780.730.71
HSV280°46°92°
CMYK 0.150.460.00   0.08
XYZ46.534033.715982.6525
Yxy33.71590.28570.2070
Hunter Lab58.065441.4367-43.7499
CIE-Lab64.736446.0747-43.2428

#c880eb color RGB value is (200,128,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 10000000 11101011
Octal 310 200 353
Decimal 200 128 235
Hex C8 80 EB

RGB Percentages of Color #c880eb

%35.52
%22.74
%41.74

CMYK Percentages of Color #c880eb

%15
%46
%0
%8

Triadic Colors of #c880eb

#c880eb #ebc880 #80ebc8

Analogous Colors of #c880eb

#c880eb #eb80d9 #9380eb

Monochromatic Colors of #c880eb

#c880eb

Complementary Color

#c880eb #a3eb80

#c880eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c880eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c880eb Color CSS Codes

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

#c880eb Text Font Color

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

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


#c880eb Background Color

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

This div background color is #c880eb


#c880eb Border Color

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

This div border color is #c880eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c880eb


Comments

No comments written yet.

Please login to write comment.