Color Hex Logo

#c20adb Color Hex

#C20ADB
(194,10,219)
0 Favorites   0 Comments

Color spaces of #c20adb

RGB 19410219
HSL0.810.910.45
HSV293°95°86°
CMYK 0.110.950.00   0.14
XYZ35.142916.800968.4085
Yxy16.80090.29200.1396
Hunter Lab40.988981.3110-70.2599
CIE-Lab48.008282.9720-60.9368

#c20adb color RGB value is (194,10,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 00001010 11011011
Octal 302 12 333
Decimal 194 10 219
Hex C2 A DB

RGB Percentages of Color #c20adb

%45.86
%2.36
%51.77

CMYK Percentages of Color #c20adb

%11
%95
%0
%14

Triadic Colors of #c20adb

#c20adb #dbc20a #0adbc2

Analogous Colors of #c20adb

#c20adb #db0a8c #590adb

Monochromatic Colors of #c20adb

#c20adb

Complementary Color

#c20adb #23db0a

#c20adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c20adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c20adb Color CSS Codes

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

#c20adb Text Font Color

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

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


#c20adb Background Color

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

This div background color is #c20adb


#c20adb Border Color

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

This div border color is #c20adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c20adb


Comments

No comments written yet.

Please login to write comment.