Color Hex Logo

#c00edb Color Hex

#C00EDB
(192,14,219)
0 Favorites   0 Comments

Color spaces of #c00edb

RGB 19214219
HSL0.810.880.46
HSV292°94°86°
CMYK 0.120.940.00   0.14
XYZ34.681416.635068.4008
Yxy16.63500.28970.1390
Hunter Lab40.786080.4076-70.8829
CIE-Lab47.796882.3053-61.2949

#c00edb color RGB value is (192,14,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 00001110 11011011
Octal 300 16 333
Decimal 192 14 219
Hex C0 E DB

RGB Percentages of Color #c00edb

%45.18
%3.29
%51.53

CMYK Percentages of Color #c00edb

%12
%94
%0
%14

Triadic Colors of #c00edb

#c00edb #dbc00e #0edbc0

Analogous Colors of #c00edb

#c00edb #db0e90 #5a0edb

Monochromatic Colors of #c00edb

#c00edb

Complementary Color

#c00edb #29db0e

#c00edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c00edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c00edb Color CSS Codes

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

#c00edb Text Font Color

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

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


#c00edb Background Color

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

This div background color is #c00edb


#c00edb Border Color

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

This div border color is #c00edb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,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 #c00edb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c00edb


Comments

No comments written yet.

Please login to write comment.