Color Hex Logo

#c24cdc Color Hex

#C24CDC
(194,76,220)
0 Favorites   0 Comments

Color spaces of #c24cdc

RGB 19476220
HSL0.800.670.58
HSV289°65°86°
CMYK 0.120.650.00   0.14
XYZ37.750821.805569.9293
Yxy21.80550.29150.1684
Hunter Lab46.696462.5864-56.1012
CIE-Lab53.820066.5871-52.1765

#c24cdc color RGB value is (194,76,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01001100 11011100
Octal 302 114 334
Decimal 194 76 220
Hex C2 4C DC

RGB Percentages of Color #c24cdc

%39.59
%15.51
%44.90

CMYK Percentages of Color #c24cdc

%12
%65
%0
%14

Triadic Colors of #c24cdc

#c24cdc #dcc24c #4cdcc2

Analogous Colors of #c24cdc

#c24cdc #dc4cae #7a4cdc

Monochromatic Colors of #c24cdc

#c24cdc

Complementary Color

#c24cdc #66dc4c

#c24cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c24cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c24cdc Color CSS Codes

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

#c24cdc Text Font Color

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

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


#c24cdc Background Color

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

This div background color is #c24cdc


#c24cdc Border Color

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

This div border color is #c24cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c24cdc


Comments

No comments written yet.

Please login to write comment.