Color Hex Logo

#c24cde Color Hex

#C24CDE
(194,76,222)
0 Favorites   0 Comments

Color spaces of #c24cde

RGB 19476222
HSL0.800.690.58
HSV288°66°87°
CMYK 0.130.660.00   0.13
XYZ38.017421.912171.3330
Yxy21.91210.28960.1669
Hunter Lab46.810463.0520-57.5831
CIE-Lab53.933666.9606-53.1276

#c24cde color RGB value is (194,76,222).

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

The process color (four color CMYK) of #c24cde color hex is 0.13, 0.66, 0.00, 0.13. Web safe color of #c24cde is #cc33cc. Color #c24cde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01001100 11011110
Octal 302 114 336
Decimal 194 76 222
Hex C2 4C DE

RGB Percentages of Color #c24cde

%39.43
%15.45
%45.12

CMYK Percentages of Color #c24cde

%13
%66
%0
%13

Triadic Colors of #c24cde

#c24cde #dec24c #4cdec2

Analogous Colors of #c24cde

#c24cde #de4cb1 #794cde

Monochromatic Colors of #c24cde

#c24cde

Complementary Color

#c24cde #68de4c

#c24cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c24cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#c24cde Color CSS Codes

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

#c24cde Text Font Color

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

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


#c24cde Background Color

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

This div background color is #c24cde


#c24cde Border Color

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

This div border color is #c24cde


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,76,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c24cde


Comments

No comments written yet.

Please login to write comment.