Color Hex Logo

#c61edd Color Hex

#C61EDD
(198,30,221)
0 Favorites   0 Comments

Color spaces of #c61edd

RGB 19830221
HSL0.810.760.49
HSV293°86°87°
CMYK 0.100.860.00   0.13
XYZ36.804118.154869.9710
Yxy18.15480.29460.1453
Hunter Lab42.608479.6190-67.5393
CIE-Lab49.683381.3193-59.3430

#c61edd color RGB value is (198,30,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 00011110 11011101
Octal 306 36 335
Decimal 198 30 221
Hex C6 1E DD

RGB Percentages of Color #c61edd

%44.10
%6.68
%49.22

CMYK Percentages of Color #c61edd

%10
%86
%0
%13

Triadic Colors of #c61edd

#c61edd #ddc61e #1eddc6

Analogous Colors of #c61edd

#c61edd #dd1e95 #671edd

Monochromatic Colors of #c61edd

#c61edd

Complementary Color

#c61edd #35dd1e

#c61edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c61edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c61edd Color CSS Codes

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

#c61edd Text Font Color

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

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


#c61edd Background Color

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

This div background color is #c61edd


#c61edd Border Color

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

This div border color is #c61edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c61edd


Comments

No comments written yet.

Please login to write comment.