Color Hex Logo

#c10cdb Color Hex

#C10CDB
(193,12,219)
0 Favorites   0 Comments

Color spaces of #c10cdb

RGB 19312219
HSL0.810.900.45
HSV292°95°86°
CMYK 0.120.950.00   0.14
XYZ34.910016.714968.4042
Yxy16.71490.29080.1393
Hunter Lab40.883980.8712-70.5814
CIE-Lab47.898882.6491-61.1219

#c10cdb color RGB value is (193,12,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 00001100 11011011
Octal 301 14 333
Decimal 193 12 219
Hex C1 C DB

RGB Percentages of Color #c10cdb

%45.52
%2.83
%51.65

CMYK Percentages of Color #c10cdb

%12
%95
%0
%14

Triadic Colors of #c10cdb

#c10cdb #dbc10c #0cdbc1

Analogous Colors of #c10cdb

#c10cdb #db0c8e #590cdb

Monochromatic Colors of #c10cdb

#c10cdb

Complementary Color

#c10cdb #26db0c

#c10cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c10cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c10cdb Color CSS Codes

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

#c10cdb Text Font Color

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

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


#c10cdb Background Color

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

This div background color is #c10cdb


#c10cdb Border Color

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

This div border color is #c10cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c10cdb


Comments

No comments written yet.

Please login to write comment.