Color Hex Logo

#c10fcd Color Hex

#C10FCD
(193,15,205)
0 Favorites   0 Comments

Color spaces of #c10fcd

RGB 19315205
HSL0.820.860.43
HSV296°93°80°
CMYK 0.060.930.00   0.20
XYZ33.182616.086959.1138
Yxy16.08690.30620.1484
Hunter Lab40.108577.4870-59.3085
CIE-Lab47.088380.1363-54.3843

#c10fcd color RGB value is (193,15,205).

#c10fcd hex color red value is 193, green value is 15 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #c10fcd hue: 0.82 , saturation: 0.86 and the lightness value of c10fcd is 0.43.

The process color (four color CMYK) of #c10fcd color hex is 0.06, 0.93, 0.00, 0.20. Web safe color of #c10fcd is #cc00cc. Color #c10fcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00001111 11001101
Octal 301 17 315
Decimal 193 15 205
Hex C1 F CD

RGB Percentages of Color #c10fcd

%46.73
%3.63
%49.64

CMYK Percentages of Color #c10fcd

%6
%93
%0
%20

Triadic Colors of #c10fcd

#c10fcd #cdc10f #0fcdc1

Analogous Colors of #c10fcd

#c10fcd #cd0f7a #620fcd

Monochromatic Colors of #c10fcd

#c10fcd

Complementary Color

#c10fcd #1bcd0f

#c10fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c10fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c10fcd Color CSS Codes

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

#c10fcd Text Font Color

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

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


#c10fcd Background Color

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

This div background color is #c10fcd


#c10fcd Border Color

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

This div border color is #c10fcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c10fcd


Comments

No comments written yet.

Please login to write comment.