Color Hex Logo

#c24fbc Color Hex

#C24FBC
(194,79,188)
0 Favorites   0 Comments

Color spaces of #c24fbc

RGB 19479188
HSL0.840.490.54
HSV303°59°76°
CMYK 0.000.590.03   0.24
XYZ34.121220.692149.7725
Yxy20.69210.32630.1978
Hunter Lab45.488654.2887-33.0317
CIE-Lab52.610959.6209-35.7713

#c24fbc color RGB value is (194,79,188).

#c24fbc hex color red value is 194, green value is 79 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #c24fbc hue: 0.84 , saturation: 0.49 and the lightness value of c24fbc is 0.54.

The process color (four color CMYK) of #c24fbc color hex is 0.00, 0.59, 0.03, 0.24. Web safe color of #c24fbc is #cc66cc. Color #c24fbc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01001111 10111100
Octal 302 117 274
Decimal 194 79 188
Hex C2 4F BC

RGB Percentages of Color #c24fbc

%42.08
%17.14
%40.78

CMYK Percentages of Color #c24fbc

%0
%59
%3
%24

Triadic Colors of #c24fbc

#c24fbc #bcc24f #4fbcc2

Analogous Colors of #c24fbc

#c24fbc #c24f83 #8f4fc2

Monochromatic Colors of #c24fbc

#c24fbc

Complementary Color

#c24fbc #4fc255

#c24fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c24fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c24fbc Color CSS Codes

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

#c24fbc Text Font Color

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

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


#c24fbc Background Color

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

This div background color is #c24fbc


#c24fbc Border Color

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

This div border color is #c24fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c24fbc


Comments

No comments written yet.

Please login to write comment.