Color Hex Logo

#c10eca Color Hex

#C10ECA
(193,14,202)
0 Favorites   0 Comments

Color spaces of #c10eca

RGB 19314202
HSL0.830.870.42
HSV297°93°79°
CMYK 0.040.930.00   0.21
XYZ32.810015.915857.2199
Yxy15.91580.30970.1502
Hunter Lab39.894676.9858-57.1120
CIE-Lab46.863879.7811-53.0099

#c10eca color RGB value is (193,14,202).

#c10eca hex color red value is 193, green value is 14 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #c10eca hue: 0.83 , saturation: 0.87 and the lightness value of c10eca is 0.42.

The process color (four color CMYK) of #c10eca color hex is 0.04, 0.93, 0.00, 0.21. Web safe color of #c10eca is #cc00cc. Color #c10eca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00001110 11001010
Octal 301 16 312
Decimal 193 14 202
Hex C1 E CA

RGB Percentages of Color #c10eca

%47.19
%3.42
%49.39

CMYK Percentages of Color #c10eca

%4
%93
%0
%21

Triadic Colors of #c10eca

#c10eca #cac10e #0ecac1

Analogous Colors of #c10eca

#c10eca #ca0e75 #630eca

Monochromatic Colors of #c10eca

#c10eca

Complementary Color

#c10eca #17ca0e

#c10eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c10eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c10eca Color CSS Codes

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

#c10eca Text Font Color

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

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


#c10eca Background Color

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

This div background color is #c10eca


#c10eca Border Color

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

This div border color is #c10eca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c10eca


Comments

No comments written yet.

Please login to write comment.