Color Hex Logo

#c10edc Color Hex

#C10EDC
(193,14,220)
0 Favorites   0 Comments

Color spaces of #c10edc

RGB 19314220
HSL0.810.880.46
HSV292°94°86°
CMYK 0.120.940.00   0.14
XYZ35.067616.818869.1082
Yxy16.81880.28980.1390
Hunter Lab41.010780.8636-71.2035
CIE-Lab48.030982.6176-61.4797

#c10edc color RGB value is (193,14,220).

#c10edc hex color red value is 193, green value is 14 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #c10edc hue: 0.81 , saturation: 0.88 and the lightness value of c10edc is 0.46.

The process color (four color CMYK) of #c10edc color hex is 0.12, 0.94, 0.00, 0.14. Web safe color of #c10edc is #cc00cc. Color #c10edc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00001110 11011100
Octal 301 16 334
Decimal 193 14 220
Hex C1 E DC

RGB Percentages of Color #c10edc

%45.20
%3.28
%51.52

CMYK Percentages of Color #c10edc

%12
%94
%0
%14

Triadic Colors of #c10edc

#c10edc #dcc10e #0edcc1

Analogous Colors of #c10edc

#c10edc #dc0e90 #5a0edc

Monochromatic Colors of #c10edc

#c10edc

Complementary Color

#c10edc #29dc0e

#c10edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c10edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c10edc Color CSS Codes

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

#c10edc Text Font Color

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

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


#c10edc Background Color

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

This div background color is #c10edc


#c10edc Border Color

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

This div border color is #c10edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c10edc


Comments

No comments written yet.

Please login to write comment.