Color Hex Logo

#c10dfa Color Hex

#C10DFA
(193,13,250)
0 Favorites   0 Comments

Color spaces of #c10dfa

RGB 19313250
HSL0.790.960.52
HSV286°95°98°
CMYK 0.230.950.00   0.02
XYZ39.391618.527491.9425
Yxy18.52740.26290.1236
Hunter Lab43.043588.0298-96.5153
CIE-Lab50.129687.7434-75.0212

#c10dfa color RGB value is (193,13,250).

#c10dfa hex color red value is 193, green value is 13 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #c10dfa hue: 0.79 , saturation: 0.96 and the lightness value of c10dfa is 0.52.

The process color (four color CMYK) of #c10dfa color hex is 0.23, 0.95, 0.00, 0.02. Web safe color of #c10dfa is #cc00ff. Color #c10dfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00001101 11111010
Octal 301 15 372
Decimal 193 13 250
Hex C1 D FA

RGB Percentages of Color #c10dfa

%42.32
%2.85
%54.82

CMYK Percentages of Color #c10dfa

%23
%95
%0
%2

Triadic Colors of #c10dfa

#c10dfa #fac10d #0dfac1

Analogous Colors of #c10dfa

#c10dfa #fa0dbd #4a0dfa

Monochromatic Colors of #c10dfa

#c10dfa

Complementary Color

#c10dfa #46fa0d

#c10dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c10dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c10dfa Color CSS Codes

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

#c10dfa Text Font Color

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

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


#c10dfa Background Color

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

This div background color is #c10dfa


#c10dfa Border Color

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

This div border color is #c10dfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c10dfa


Comments

No comments written yet.

Please login to write comment.