Color Hex Logo

#c10cde Color Hex

#C10CDE
(193,12,222)
0 Favorites   0 Comments

Color spaces of #c10cde

RGB 19312222
HSL0.810.900.46
HSV292°95°87°
CMYK 0.130.950.00   0.13
XYZ35.308616.874370.5033
Yxy16.87430.28780.1375
Hunter Lab41.078381.5413-73.0054
CIE-Lab48.101383.1340-62.5073

#c10cde color RGB value is (193,12,222).

#c10cde hex color red value is 193, green value is 12 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c10cde hue: 0.81 , saturation: 0.90 and the lightness value of c10cde is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 00001100 11011110
Octal 301 14 336
Decimal 193 12 222
Hex C1 C DE

RGB Percentages of Color #c10cde

%45.20
%2.81
%51.99

CMYK Percentages of Color #c10cde

%13
%95
%0
%13

Triadic Colors of #c10cde

#c10cde #dec10c #0cdec1

Analogous Colors of #c10cde

#c10cde #de0c92 #580cde

Monochromatic Colors of #c10cde

#c10cde

Complementary Color

#c10cde #29de0c

#c10cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c10cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#c10cde Color CSS Codes

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

#c10cde Text Font Color

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

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


#c10cde Background Color

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

This div background color is #c10cde


#c10cde Border Color

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

This div border color is #c10cde


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(193,12,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c10cde; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c10cde;
  -webkit-box-shadow: 1px 1px 3px 2px #c10cde;
  box-shadow:         1px 1px 3px 2px #c10cde; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,12,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c10cde


Comments

No comments written yet.

Please login to write comment.