Color Hex Logo

#c81ede Color Hex

#C81EDE
(200,30,222)
0 Favorites   0 Comments

Color spaces of #c81ede

RGB 20030222
HSL0.810.760.49
HSV293°86°87°
CMYK 0.100.860.00   0.13
XYZ37.468518.481870.6998
Yxy18.48180.29580.1459
Hunter Lab42.990580.3390-67.4118
CIE-Lab50.075381.8095-59.2643

#c81ede color RGB value is (200,30,222).

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

The process color (four color CMYK) of #c81ede color hex is 0.10, 0.86, 0.00, 0.13. Web safe color of #c81ede is #cc33cc. Color #c81ede contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00011110 11011110
Octal 310 36 336
Decimal 200 30 222
Hex C8 1E DE

RGB Percentages of Color #c81ede

%44.25
%6.64
%49.12

CMYK Percentages of Color #c81ede

%10
%86
%0
%13

Triadic Colors of #c81ede

#c81ede #dec81e #1edec8

Analogous Colors of #c81ede

#c81ede #de1e94 #681ede

Monochromatic Colors of #c81ede

#c81ede

Complementary Color

#c81ede #34de1e

#c81ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c81ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#c81ede Color CSS Codes

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

#c81ede Text Font Color

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

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


#c81ede Background Color

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

This div background color is #c81ede


#c81ede Border Color

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

This div border color is #c81ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c81ede


Comments

No comments written yet.

Please login to write comment.