Color Hex Logo

#c20dcb Color Hex

#C20DCB
(194,13,203)
0 Favorites   0 Comments

Color spaces of #c20dcb

RGB 19413203
HSL0.830.880.42
HSV297°94°80°
CMYK 0.040.940.00   0.20
XYZ33.171616.069057.8532
Yxy16.06900.30970.1500
Hunter Lab40.086277.5593-57.5083
CIE-Lab47.064980.1983-53.2565

#c20dcb color RGB value is (194,13,203).

#c20dcb hex color red value is 194, green value is 13 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #c20dcb hue: 0.83 , saturation: 0.88 and the lightness value of c20dcb is 0.42.

The process color (four color CMYK) of #c20dcb color hex is 0.04, 0.94, 0.00, 0.20. Web safe color of #c20dcb is #cc00cc. Color #c20dcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00001101 11001011
Octal 302 15 313
Decimal 194 13 203
Hex C2 D CB

RGB Percentages of Color #c20dcb

%47.32
%3.17
%49.51

CMYK Percentages of Color #c20dcb

%4
%94
%0
%20

Triadic Colors of #c20dcb

#c20dcb #cbc20d #0dcbc2

Analogous Colors of #c20dcb

#c20dcb #cb0d75 #630dcb

Monochromatic Colors of #c20dcb

#c20dcb

Complementary Color

#c20dcb #16cb0d

#c20dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c20dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c20dcb Color CSS Codes

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

#c20dcb Text Font Color

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

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


#c20dcb Background Color

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

This div background color is #c20dcb


#c20dcb Border Color

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

This div border color is #c20dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c20dcb


Comments

No comments written yet.

Please login to write comment.