color codes Logo

#c80edc color codes

#C80EDC
(200,14,220)
0 Favorites   0 Comments

Color spaces of #c80edc

RGB 20014220
HSL0.820.880.46
HSV294°94°86°
CMYK 0.090.940.00   0.14
XYZ36.894717.760769.1937
Yxy17.76070.29790.1434
Hunter Lab42.143482.5177-67.8456
CIE-Lab49.204683.6817-59.5270

#c80edc color RGB value is (200,14,220).

#c80edc hex color red value is 200, green value is 14 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #c80edc hue: 0.82 , saturation: 0.88 and the lightness value of c80edc is 0.46.

The process color (four color CMYK) of #c80edc color code is 0.09, 0.94, 0.00, 0.14. Web safe color of #c80edc is #cc00cc. Color #c80edc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00001110 11011100
Octal 310 16 334
Decimal 200 14 220
Hex C8 E DC

RGB Percentages of Color #c80edc

%46.08
%3.23
%50.69

CMYK Percentages of Color #c80edc

%9
%94
%0
%14

Triadic Colors of #c80edc

#c80edc #dcc80e #0edcc8

Analogous Colors of #c80edc

#c80edc #dc0e89 #610edc

Monochromatic Colors of #c80edc

#c80edc

Complementary Color

#c80edc #22dc0e

#c80edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c80edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c80edc Color CSS Codes

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

#c80edc Text Font Color

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

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


#c80edc Background Color

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

This div background color is #c80edc


#c80edc Border Color

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

This div border color is #c80edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c80edc


Comments

No comments written yet.

Please login to write comment.