Color Hex Logo

#c410ce Color Hex

#C410CE
(196,16,206)
0 Favorites   0 Comments

Color spaces of #c410ce

RGB 19616206
HSL0.820.860.44
HSV297°92°81°
CMYK 0.050.920.00   0.19
XYZ34.090816.562659.7926
Yxy16.56260.30870.1500
Hunter Lab40.697278.3040-58.6213
CIE-Lab47.704180.6651-53.9447

#c410ce color RGB value is (196,16,206).

#c410ce hex color red value is 196, green value is 16 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #c410ce hue: 0.82 , saturation: 0.86 and the lightness value of c410ce is 0.44.

The process color (four color CMYK) of #c410ce color hex is 0.05, 0.92, 0.00, 0.19. Web safe color of #c410ce is #cc00cc. Color #c410ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00010000 11001110
Octal 304 20 316
Decimal 196 16 206
Hex C4 10 CE

RGB Percentages of Color #c410ce

%46.89
%3.83
%49.28

CMYK Percentages of Color #c410ce

%5
%92
%0
%19

Triadic Colors of #c410ce

#c410ce #cec410 #10cec4

Analogous Colors of #c410ce

#c410ce #ce1079 #6510ce

Monochromatic Colors of #c410ce

#c410ce

Complementary Color

#c410ce #1ace10

#c410ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c410ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c410ce Color CSS Codes

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

#c410ce Text Font Color

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

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


#c410ce Background Color

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

This div background color is #c410ce


#c410ce Border Color

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

This div border color is #c410ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c410ce


Comments

No comments written yet.

Please login to write comment.