Color Hex Logo

#c246dc Color Hex

#C246DC
(194,70,220)
0 Favorites   0 Comments

Color spaces of #c246dc

RGB 19470220
HSL0.800.680.57
HSV290°68°86°
CMYK 0.120.680.00   0.14
XYZ37.356621.017069.7979
Yxy21.01700.29150.1640
Hunter Lab45.844365.2246-58.1779
CIE-Lab52.968168.9754-53.5372

#c246dc color RGB value is (194,70,220).

#c246dc hex color red value is 194, green value is 70 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #c246dc hue: 0.80 , saturation: 0.68 and the lightness value of c246dc is 0.57.

The process color (four color CMYK) of #c246dc color hex is 0.12, 0.68, 0.00, 0.14. Web safe color of #c246dc is #cc33cc. Color #c246dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01000110 11011100
Octal 302 106 334
Decimal 194 70 220
Hex C2 46 DC

RGB Percentages of Color #c246dc

%40.08
%14.46
%45.45

CMYK Percentages of Color #c246dc

%12
%68
%0
%14

Triadic Colors of #c246dc

#c246dc #dcc246 #46dcc2

Analogous Colors of #c246dc

#c246dc #dc46ab #7746dc

Monochromatic Colors of #c246dc

#c246dc

Complementary Color

#c246dc #60dc46

#c246dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c246dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c246dc Color CSS Codes

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

#c246dc Text Font Color

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

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


#c246dc Background Color

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

This div background color is #c246dc


#c246dc Border Color

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

This div border color is #c246dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c246dc


Comments

No comments written yet.

Please login to write comment.