Color Hex Logo

#c10edb Color Hex

#C10EDB
(193,14,219)
0 Favorites   0 Comments

Color spaces of #c10edb

RGB 19314219
HSL0.810.880.46
HSV292°94°86°
CMYK 0.120.940.00   0.14
XYZ34.935516.766068.4127
Yxy16.76600.29090.1396
Hunter Lab40.946380.6406-70.3988
CIE-Lab47.963882.4558-61.0168

#c10edb color RGB value is (193,14,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 00001110 11011011
Octal 301 16 333
Decimal 193 14 219
Hex C1 E DB

RGB Percentages of Color #c10edb

%45.31
%3.29
%51.41

CMYK Percentages of Color #c10edb

%12
%94
%0
%14

Triadic Colors of #c10edb

#c10edb #dbc10e #0edbc1

Analogous Colors of #c10edb

#c10edb #db0e8f #5b0edb

Monochromatic Colors of #c10edb

#c10edb

Complementary Color

#c10edb #28db0e

#c10edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c10edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c10edb Color CSS Codes

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

#c10edb Text Font Color

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

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


#c10edb Background Color

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

This div background color is #c10edb


#c10edb Border Color

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

This div border color is #c10edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c10edb


Comments

No comments written yet.

Please login to write comment.