Color Hex Logo

#c10cdd Color Hex

#C10CDD
(193,12,221)
0 Favorites   0 Comments

Color spaces of #c10cdd

RGB 19312221
HSL0.810.900.46
HSV292°95°87°
CMYK 0.130.950.00   0.13
XYZ35.174916.820969.7994
Yxy16.82090.28880.1381
Hunter Lab41.013381.3166-72.1947
CIE-Lab48.033682.9715-62.0462

#c10cdd color RGB value is (193,12,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 00001100 11011101
Octal 301 14 335
Decimal 193 12 221
Hex C1 C DD

RGB Percentages of Color #c10cdd

%45.31
%2.82
%51.88

CMYK Percentages of Color #c10cdd

%13
%95
%0
%13

Triadic Colors of #c10cdd

#c10cdd #ddc10c #0cddc1

Analogous Colors of #c10cdd

#c10cdd #dd0c91 #590cdd

Monochromatic Colors of #c10cdd

#c10cdd

Complementary Color

#c10cdd #28dd0c

#c10cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c10cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c10cdd Color CSS Codes

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

#c10cdd Text Font Color

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

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


#c10cdd Background Color

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

This div background color is #c10cdd


#c10cdd Border Color

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

This div border color is #c10cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c10cdd


Comments

No comments written yet.

Please login to write comment.