Color Hex Logo

#c24cdb Color Hex

#C24CDB
(194,76,219)
0 Favorites   0 Comments

Color spaces of #c24cdb

RGB 19476219
HSL0.800.670.58
HSV290°65°86°
CMYK 0.110.650.00   0.14
XYZ37.618821.752769.2338
Yxy21.75270.29250.1691
Hunter Lab46.639862.3552-55.3644
CIE-Lab53.763666.4013-51.6998

#c24cdb color RGB value is (194,76,219).

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

The process color (four color CMYK) of #c24cdb color hex is 0.11, 0.65, 0.00, 0.14. Web safe color of #c24cdb is #cc33cc. Color #c24cdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01001100 11011011
Octal 302 114 333
Decimal 194 76 219
Hex C2 4C DB

RGB Percentages of Color #c24cdb

%39.67
%15.54
%44.79

CMYK Percentages of Color #c24cdb

%11
%65
%0
%14

Triadic Colors of #c24cdb

#c24cdb #dbc24c #4cdbc2

Analogous Colors of #c24cdb

#c24cdb #db4cad #7b4cdb

Monochromatic Colors of #c24cdb

#c24cdb

Complementary Color

#c24cdb #65db4c

#c24cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c24cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c24cdb Color CSS Codes

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

#c24cdb Text Font Color

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

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


#c24cdb Background Color

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

This div background color is #c24cdb


#c24cdb Border Color

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

This div border color is #c24cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c24cdb


Comments

No comments written yet.

Please login to write comment.