Color Hex Logo

#c10fad Color Hex

#C10FAD
(193,15,173)
0 Favorites   0 Comments

Color spaces of #c10fad

RGB 19315173
HSL0.850.860.41
HSV307°92°76°
CMYK 0.000.920.10   0.24
XYZ29.706014.696240.8061
Yxy14.69620.34860.1725
Hunter Lab38.335671.2310-36.2759
CIE-Lab45.215375.4579-38.6519

#c10fad color RGB value is (193,15,173).

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

The process color (four color CMYK) of #c10fad color hex is 0.00, 0.92, 0.10, 0.24. Web safe color of #c10fad is #cc0099. Color #c10fad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00001111 10101101
Octal 301 17 255
Decimal 193 15 173
Hex C1 F AD

RGB Percentages of Color #c10fad

%50.66
%3.94
%45.41

CMYK Percentages of Color #c10fad

%0
%92
%10
%24

Triadic Colors of #c10fad

#c10fad #adc10f #0fadc1

Analogous Colors of #c10fad

#c10fad #c10f54 #7c0fc1

Monochromatic Colors of #c10fad

#c10fad

Complementary Color

#c10fad #0fc123

#c10fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c10fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c10fad Color CSS Codes

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

#c10fad Text Font Color

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

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


#c10fad Background Color

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

This div background color is #c10fad


#c10fad Border Color

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

This div border color is #c10fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c10fad


Comments

No comments written yet.

Please login to write comment.