Color Hex Logo

#c21edb Color Hex

#C21EDB
(194,30,219)
0 Favorites   0 Comments

Color spaces of #c21edb

RGB 19430219
HSL0.810.760.49
HSV292°86°86°
CMYK 0.110.860.00   0.14
XYZ35.498617.512468.5271
Yxy17.51240.29210.1441
Hunter Lab41.847878.1840-67.7957
CIE-Lab48.899380.3378-59.4994

#c21edb color RGB value is (194,30,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 00011110 11011011
Octal 302 36 333
Decimal 194 30 219
Hex C2 1E DB

RGB Percentages of Color #c21edb

%43.79
%6.77
%49.44

CMYK Percentages of Color #c21edb

%11
%86
%0
%14

Triadic Colors of #c21edb

#c21edb #dbc21e #1edbc2

Analogous Colors of #c21edb

#c21edb #db1e96 #641edb

Monochromatic Colors of #c21edb

#c21edb

Complementary Color

#c21edb #37db1e

#c21edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c21edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c21edb Color CSS Codes

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

#c21edb Text Font Color

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

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


#c21edb Background Color

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

This div background color is #c21edb


#c21edb Border Color

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

This div border color is #c21edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c21edb


Comments

No comments written yet.

Please login to write comment.