Color Hex Logo

#c24edb Color Hex

#C24EDB
(194,78,219)
0 Favorites   0 Comments

Color spaces of #c24edb

RGB 19478219
HSL0.800.660.58
HSV289°64°86°
CMYK 0.110.640.00   0.14
XYZ37.758722.032669.2804
Yxy22.03260.29250.1707
Hunter Lab46.938961.4463-54.6530
CIE-Lab54.061665.5715-51.2246

#c24edb color RGB value is (194,78,219).

#c24edb hex color red value is 194, green value is 78 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c24edb hue: 0.80 , saturation: 0.66 and the lightness value of c24edb is 0.58.

The process color (four color CMYK) of #c24edb color hex is 0.11, 0.64, 0.00, 0.14. Web safe color of #c24edb is #cc66cc. Color #c24edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01001110 11011011
Octal 302 116 333
Decimal 194 78 219
Hex C2 4E DB

RGB Percentages of Color #c24edb

%39.51
%15.89
%44.60

CMYK Percentages of Color #c24edb

%11
%64
%0
%14

Triadic Colors of #c24edb

#c24edb #dbc24e #4edbc2

Analogous Colors of #c24edb

#c24edb #db4eae #7c4edb

Monochromatic Colors of #c24edb

#c24edb

Complementary Color

#c24edb #67db4e

#c24edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c24edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c24edb Color CSS Codes

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

#c24edb Text Font Color

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

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


#c24edb Background Color

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

This div background color is #c24edb


#c24edb Border Color

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

This div border color is #c24edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c24edb


Comments

No comments written yet.

Please login to write comment.