Color Hex Logo

#c980ea Color Hex

#C980EA
(201,128,234)
0 Favorites   0 Comments

Color spaces of #c980ea

RGB 201128234
HSL0.780.720.71
HSV281°45°92°
CMYK 0.140.450.00   0.08
XYZ46.657833.796481.9061
Yxy33.79640.28740.2082
Hunter Lab58.134741.5251-42.8396
CIE-Lab64.800646.1472-42.5813

#c980ea color RGB value is (201,128,234).

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

The process color (four color CMYK) of #c980ea color hex is 0.14, 0.45, 0.00, 0.08. Web safe color of #c980ea is #cc99ff. Color #c980ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10000000 11101010
Octal 311 200 352
Decimal 201 128 234
Hex C9 80 EA

RGB Percentages of Color #c980ea

%35.70
%22.74
%41.56

CMYK Percentages of Color #c980ea

%14
%45
%0
%8

Triadic Colors of #c980ea

#c980ea #eac980 #80eac9

Analogous Colors of #c980ea

#c980ea #ea80d6 #9480ea

Monochromatic Colors of #c980ea

#c980ea

Complementary Color

#c980ea #a1ea80

#c980ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c980ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c980ea Color CSS Codes

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

#c980ea Text Font Color

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

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


#c980ea Background Color

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

This div background color is #c980ea


#c980ea Border Color

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

This div border color is #c980ea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,128,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c980ea


Comments

No comments written yet.

Please login to write comment.