Color Hex Logo

#c410df Color Hex

#C410DF
(196,16,223)
0 Favorites   0 Comments

Color spaces of #c410df

RGB 19616223
HSL0.810.870.47
HSV292°93°87°
CMYK 0.120.930.00   0.13
XYZ36.269517.434171.2655
Yxy17.43410.29020.1395
Hunter Lab41.754281.9832-71.9675
CIE-Lab48.802483.3432-61.9197

#c410df color RGB value is (196,16,223).

#c410df hex color red value is 196, green value is 16 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #c410df hue: 0.81 , saturation: 0.87 and the lightness value of c410df is 0.47.

The process color (four color CMYK) of #c410df color hex is 0.12, 0.93, 0.00, 0.13. Web safe color of #c410df is #cc00cc. Color #c410df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00010000 11011111
Octal 304 20 337
Decimal 196 16 223
Hex C4 10 DF

RGB Percentages of Color #c410df

%45.06
%3.68
%51.26

CMYK Percentages of Color #c410df

%12
%93
%0
%13

Triadic Colors of #c410df

#c410df #dfc410 #10dfc4

Analogous Colors of #c410df

#c410df #df1093 #5d10df

Monochromatic Colors of #c410df

#c410df

Complementary Color

#c410df #2bdf10

#c410df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c410df Color Preview on White Background

Lorem ipsum dolor sit amet.

#c410df Color CSS Codes

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

#c410df Text Font Color

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

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


#c410df Background Color

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

This div background color is #c410df


#c410df Border Color

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

This div border color is #c410df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,16,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c410df


Comments

No comments written yet.

Please login to write comment.