Color Hex Logo

#c20cbf Color Hex

#C20CBF
(194,12,191)
0 Favorites   0 Comments

Color spaces of #c20cbf

RGB 19412191
HSL0.840.880.40
HSV301°94°76°
CMYK 0.000.940.02   0.24
XYZ31.783615.493950.6056
Yxy15.49390.32470.1583
Hunter Lab39.362375.2482-48.6718
CIE-Lab46.303478.5006-47.5011

#c20cbf color RGB value is (194,12,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 00001100 10111111
Octal 302 14 277
Decimal 194 12 191
Hex C2 C BF

RGB Percentages of Color #c20cbf

%48.87
%3.02
%48.11

CMYK Percentages of Color #c20cbf

%0
%94
%2
%24

Triadic Colors of #c20cbf

#c20cbf #bfc20c #0cbfc2

Analogous Colors of #c20cbf

#c20cbf #c20c64 #6a0cc2

Monochromatic Colors of #c20cbf

#c20cbf

Complementary Color

#c20cbf #0cc20f

#c20cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c20cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c20cbf Color CSS Codes

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

#c20cbf Text Font Color

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

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


#c20cbf Background Color

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

This div background color is #c20cbf


#c20cbf Border Color

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

This div border color is #c20cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c20cbf


Comments

No comments written yet.

Please login to write comment.