Color Hex Logo

#c20dbf Color Hex

#C20DBF
(194,13,191)
0 Favorites   0 Comments

Color spaces of #c20dbf

RGB 19413191
HSL0.840.870.41
HSV301°93°76°
CMYK 0.000.930.02   0.24
XYZ31.796015.518850.6098
Yxy15.51880.32470.1585
Hunter Lab39.393975.1333-48.5948
CIE-Lab46.336778.4019-47.4479

#c20dbf color RGB value is (194,13,191).

#c20dbf hex color red value is 194, green value is 13 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #c20dbf hue: 0.84 , saturation: 0.87 and the lightness value of c20dbf is 0.41.

The process color (four color CMYK) of #c20dbf color hex is 0.00, 0.93, 0.02, 0.24. Web safe color of #c20dbf is #cc00cc. Color #c20dbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00001101 10111111
Octal 302 15 277
Decimal 194 13 191
Hex C2 D BF

RGB Percentages of Color #c20dbf

%48.74
%3.27
%47.99

CMYK Percentages of Color #c20dbf

%0
%93
%2
%24

Triadic Colors of #c20dbf

#c20dbf #bfc20d #0dbfc2

Analogous Colors of #c20dbf

#c20dbf #c20d65 #6b0dc2

Monochromatic Colors of #c20dbf

#c20dbf

Complementary Color

#c20dbf #0dc210

#c20dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c20dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c20dbf Color CSS Codes

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

#c20dbf Text Font Color

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

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


#c20dbf Background Color

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

This div background color is #c20dbf


#c20dbf Border Color

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

This div border color is #c20dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c20dbf


Comments

No comments written yet.

Please login to write comment.