Color Hex Logo

#c21edd Color Hex

#C21EDD
(194,30,221)
0 Favorites   0 Comments

Color spaces of #c21edd

RGB 19430221
HSL0.810.760.49
HSV292°86°87°
CMYK 0.120.860.00   0.13
XYZ35.763617.618369.9223
Yxy17.61830.29000.1429
Hunter Lab41.974278.6341-69.3858
CIE-Lab49.029880.6688-60.4297

#c21edd color RGB value is (194,30,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 00011110 11011101
Octal 302 36 335
Decimal 194 30 221
Hex C2 1E DD

RGB Percentages of Color #c21edd

%43.60
%6.74
%49.66

CMYK Percentages of Color #c21edd

%12
%86
%0
%13

Triadic Colors of #c21edd

#c21edd #ddc21e #1eddc2

Analogous Colors of #c21edd

#c21edd #dd1e99 #621edd

Monochromatic Colors of #c21edd

#c21edd

Complementary Color

#c21edd #39dd1e

#c21edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c21edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c21edd Color CSS Codes

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

#c21edd Text Font Color

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

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


#c21edd Background Color

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

This div background color is #c21edd


#c21edd Border Color

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

This div border color is #c21edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c21edd


Comments

No comments written yet.

Please login to write comment.