Color Hex Logo

#c20bcf Color Hex

#C20BCF
(194,11,207)
0 Favorites   0 Comments

Color spaces of #c20bcf

RGB 19411207
HSL0.820.900.43
HSV296°95°81°
CMYK 0.060.950.00   0.19
XYZ33.630316.213760.3885
Yxy16.21370.30510.1471
Hunter Lab40.266278.6170-60.7326
CIE-Lab47.253681.0000-55.2637

#c20bcf color RGB value is (194,11,207).

#c20bcf hex color red value is 194, green value is 11 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #c20bcf hue: 0.82 , saturation: 0.90 and the lightness value of c20bcf is 0.43.

The process color (four color CMYK) of #c20bcf color hex is 0.06, 0.95, 0.00, 0.19. Web safe color of #c20bcf is #cc00cc. Color #c20bcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00001011 11001111
Octal 302 13 317
Decimal 194 11 207
Hex C2 B CF

RGB Percentages of Color #c20bcf

%47.09
%2.67
%50.24

CMYK Percentages of Color #c20bcf

%6
%95
%0
%19

Triadic Colors of #c20bcf

#c20bcf #cfc20b #0bcfc2

Analogous Colors of #c20bcf

#c20bcf #cf0b7a #600bcf

Monochromatic Colors of #c20bcf

#c20bcf

Complementary Color

#c20bcf #18cf0b

#c20bcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c20bcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c20bcf Color CSS Codes

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

#c20bcf Text Font Color

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

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


#c20bcf Background Color

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

This div background color is #c20bcf


#c20bcf Border Color

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

This div border color is #c20bcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c20bcf


Comments

No comments written yet.

Please login to write comment.