Color Hex Logo

#c81eda Color Hex

#C81EDA
(200,30,218)
0 Favorites   0 Comments

Color spaces of #c81eda

RGB 20030218
HSL0.820.760.49
HSV294°86°85°
CMYK 0.080.860.00   0.15
XYZ36.938618.269967.9092
Yxy18.26990.30000.1484
Hunter Lab42.743379.4582-64.2778
CIE-Lab49.821881.1657-57.3921

#c81eda color RGB value is (200,30,218).

#c81eda hex color red value is 200, green value is 30 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #c81eda hue: 0.82 , saturation: 0.76 and the lightness value of c81eda is 0.49.

The process color (four color CMYK) of #c81eda color hex is 0.08, 0.86, 0.00, 0.15. Web safe color of #c81eda is #cc33cc. Color #c81eda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00011110 11011010
Octal 310 36 332
Decimal 200 30 218
Hex C8 1E DA

RGB Percentages of Color #c81eda

%44.64
%6.70
%48.66

CMYK Percentages of Color #c81eda

%8
%86
%0
%15

Triadic Colors of #c81eda

#c81eda #dac81e #1edac8

Analogous Colors of #c81eda

#c81eda #da1e8e #6a1eda

Monochromatic Colors of #c81eda

#c81eda

Complementary Color

#c81eda #30da1e

#c81eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c81eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#c81eda Color CSS Codes

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

#c81eda Text Font Color

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

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


#c81eda Background Color

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

This div background color is #c81eda


#c81eda Border Color

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

This div border color is #c81eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c81eda


Comments

No comments written yet.

Please login to write comment.