Color Hex Logo

#c20cdb Color Hex

#C20CDB
(194,12,219)
0 Favorites   0 Comments

Color spaces of #c20cdb

RGB 19412219
HSL0.810.900.45
HSV293°95°86°
CMYK 0.110.950.00   0.14
XYZ35.165816.846868.4161
Yxy16.84680.29200.1399
Hunter Lab41.044981.1041-70.0968
CIE-Lab48.066482.7989-60.8428

#c20cdb color RGB value is (194,12,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 00001100 11011011
Octal 302 14 333
Decimal 194 12 219
Hex C2 C DB

RGB Percentages of Color #c20cdb

%45.65
%2.82
%51.53

CMYK Percentages of Color #c20cdb

%11
%95
%0
%14

Triadic Colors of #c20cdb

#c20cdb #dbc20c #0cdbc2

Analogous Colors of #c20cdb

#c20cdb #db0c8d #5a0cdb

Monochromatic Colors of #c20cdb

#c20cdb

Complementary Color

#c20cdb #25db0c

#c20cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c20cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c20cdb Color CSS Codes

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

#c20cdb Text Font Color

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

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


#c20cdb Background Color

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

This div background color is #c20cdb


#c20cdb Border Color

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

This div border color is #c20cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c20cdb


Comments

No comments written yet.

Please login to write comment.