Color Hex Logo

#c20edc Color Hex

#C20EDC
(194,14,220)
0 Favorites   0 Comments

Color spaces of #c20edc

RGB 19414220
HSL0.810.880.46
HSV292°94°86°
CMYK 0.120.940.00   0.14
XYZ35.323416.950769.1202
Yxy16.95070.29100.1396
Hunter Lab41.171281.0968-70.7190
CIE-Lab48.197982.7678-61.2018

#c20edc color RGB value is (194,14,220).

#c20edc hex color red value is 194, green value is 14 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #c20edc hue: 0.81 , saturation: 0.88 and the lightness value of c20edc is 0.46.

The process color (four color CMYK) of #c20edc color hex is 0.12, 0.94, 0.00, 0.14. Web safe color of #c20edc is #cc00cc. Color #c20edc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00001110 11011100
Octal 302 16 334
Decimal 194 14 220
Hex C2 E DC

RGB Percentages of Color #c20edc

%45.33
%3.27
%51.40

CMYK Percentages of Color #c20edc

%12
%94
%0
%14

Triadic Colors of #c20edc

#c20edc #dcc20e #0edcc2

Analogous Colors of #c20edc

#c20edc #dc0e8f #5b0edc

Monochromatic Colors of #c20edc

#c20edc

Complementary Color

#c20edc #28dc0e

#c20edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c20edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c20edc Color CSS Codes

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

#c20edc Text Font Color

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

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


#c20edc Background Color

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

This div background color is #c20edc


#c20edc Border Color

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

This div border color is #c20edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c20edc


Comments

No comments written yet.

Please login to write comment.