Color Hex Logo

#c20adc Color Hex

#C20ADC
(194,10,220)
0 Favorites   0 Comments

Color spaces of #c20adc

RGB 19410220
HSL0.810.910.45
HSV293°95°86°
CMYK 0.120.950.00   0.14
XYZ35.274916.853769.1040
Yxy16.85370.29100.1390
Hunter Lab41.053381.5324-71.0642
CIE-Lab48.075283.1321-61.3999

#c20adc color RGB value is (194,10,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 00001010 11011100
Octal 302 12 334
Decimal 194 10 220
Hex C2 A DC

RGB Percentages of Color #c20adc

%45.75
%2.36
%51.89

CMYK Percentages of Color #c20adc

%12
%95
%0
%14

Triadic Colors of #c20adc

#c20adc #dcc20a #0adcc2

Analogous Colors of #c20adc

#c20adc #dc0a8d #590adc

Monochromatic Colors of #c20adc

#c20adc

Complementary Color

#c20adc #24dc0a

#c20adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c20adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c20adc Color CSS Codes

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

#c20adc Text Font Color

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

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


#c20adc Background Color

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

This div background color is #c20adc


#c20adc Border Color

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

This div border color is #c20adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c20adc


Comments

No comments written yet.

Please login to write comment.