Color Hex Logo

#c24fce Color Hex

#C24FCE
(194,79,206)
0 Favorites   0 Comments

Color spaces of #c24fce

RGB 19479206
HSL0.820.560.56
HSV294°62°81°
CMYK 0.060.620.00   0.19
XYZ36.184721.517560.6387
Yxy21.51750.30580.1818
Hunter Lab46.387058.0639-45.0351
CIE-Lab53.511362.7635-44.7012

#c24fce color RGB value is (194,79,206).

#c24fce hex color red value is 194, green value is 79 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #c24fce hue: 0.82 , saturation: 0.56 and the lightness value of c24fce is 0.56.

The process color (four color CMYK) of #c24fce color hex is 0.06, 0.62, 0.00, 0.19. Web safe color of #c24fce is #cc66cc. Color #c24fce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01001111 11001110
Octal 302 117 316
Decimal 194 79 206
Hex C2 4F CE

RGB Percentages of Color #c24fce

%40.50
%16.49
%43.01

CMYK Percentages of Color #c24fce

%6
%62
%0
%19

Triadic Colors of #c24fce

#c24fce #cec24f #4fcec2

Analogous Colors of #c24fce

#c24fce #ce4f9b #834fce

Monochromatic Colors of #c24fce

#c24fce

Complementary Color

#c24fce #5bce4f

#c24fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c24fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c24fce Color CSS Codes

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

#c24fce Text Font Color

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

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


#c24fce Background Color

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

This div background color is #c24fce


#c24fce Border Color

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

This div border color is #c24fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c24fce


Comments

No comments written yet.

Please login to write comment.