Color Hex Logo

#c61ede Color Hex

#C61EDE
(198,30,222)
0 Favorites   0 Comments

Color spaces of #c61ede

RGB 19830222
HSL0.810.760.49
HSV293°86°87°
CMYK 0.110.860.00   0.13
XYZ36.937818.208270.6749
Yxy18.20820.29360.1447
Hunter Lab42.671179.8424-68.3306
CIE-Lab49.747781.4828-59.8089

#c61ede color RGB value is (198,30,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 00011110 11011110
Octal 306 36 336
Decimal 198 30 222
Hex C6 1E DE

RGB Percentages of Color #c61ede

%44.00
%6.67
%49.33

CMYK Percentages of Color #c61ede

%11
%86
%0
%13

Triadic Colors of #c61ede

#c61ede #dec61e #1edec6

Analogous Colors of #c61ede

#c61ede #de1e96 #661ede

Monochromatic Colors of #c61ede

#c61ede

Complementary Color

#c61ede #36de1e

#c61ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c61ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#c61ede Color CSS Codes

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

#c61ede Text Font Color

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

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


#c61ede Background Color

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

This div background color is #c61ede


#c61ede Border Color

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

This div border color is #c61ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c61ede


Comments

No comments written yet.

Please login to write comment.