Color Hex Logo

#c10dea Color Hex

#C10DEA
(193,13,234)
0 Favorites   0 Comments

Color spaces of #c10dea

RGB 19313234
HSL0.800.890.48
HSV289°94°92°
CMYK 0.180.940.00   0.08
XYZ36.987517.565879.2830
Yxy17.56580.27640.1312
Hunter Lab41.911684.1833-82.8192
CIE-Lab48.965285.0191-67.9210

#c10dea color RGB value is (193,13,234).

#c10dea hex color red value is 193, green value is 13 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #c10dea hue: 0.80 , saturation: 0.89 and the lightness value of c10dea is 0.48.

The process color (four color CMYK) of #c10dea color hex is 0.18, 0.94, 0.00, 0.08. Web safe color of #c10dea is #cc00ff. Color #c10dea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00001101 11101010
Octal 301 15 352
Decimal 193 13 234
Hex C1 D EA

RGB Percentages of Color #c10dea

%43.86
%2.95
%53.18

CMYK Percentages of Color #c10dea

%18
%94
%0
%8

Triadic Colors of #c10dea

#c10dea #eac10d #0deac1

Analogous Colors of #c10dea

#c10dea #ea0da5 #530dea

Monochromatic Colors of #c10dea

#c10dea

Complementary Color

#c10dea #36ea0d

#c10dea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c10dea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c10dea Color CSS Codes

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

#c10dea Text Font Color

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

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


#c10dea Background Color

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

This div background color is #c10dea


#c10dea Border Color

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

This div border color is #c10dea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c10dea


Comments

No comments written yet.

Please login to write comment.