Color Hex Logo

#c246ce Color Hex

#C246CE
(194,70,206)
0 Favorites   0 Comments

Color spaces of #c246ce

RGB 19470206
HSL0.820.580.54
HSV295°66°81°
CMYK 0.060.660.00   0.19
XYZ35.578920.305960.4367
Yxy20.30590.30590.1746
Hunter Lab45.062162.0766-47.9756
CIE-Lab52.181366.4624-46.8113

#c246ce color RGB value is (194,70,206).

#c246ce hex color red value is 194, green value is 70 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #c246ce hue: 0.82 , saturation: 0.58 and the lightness value of c246ce is 0.54.

The process color (four color CMYK) of #c246ce color hex is 0.06, 0.66, 0.00, 0.19. Web safe color of #c246ce is #cc33cc. Color #c246ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01000110 11001110
Octal 302 106 316
Decimal 194 70 206
Hex C2 46 CE

RGB Percentages of Color #c246ce

%41.28
%14.89
%43.83

CMYK Percentages of Color #c246ce

%6
%66
%0
%19

Triadic Colors of #c246ce

#c246ce #cec246 #46cec2

Analogous Colors of #c246ce

#c246ce #ce4696 #7e46ce

Monochromatic Colors of #c246ce

#c246ce

Complementary Color

#c246ce #52ce46

#c246ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c246ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c246ce Color CSS Codes

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

#c246ce Text Font Color

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

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


#c246ce Background Color

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

This div background color is #c246ce


#c246ce Border Color

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

This div border color is #c246ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c246ce


Comments

No comments written yet.

Please login to write comment.