Color Hex Logo

#c24ebb Color Hex

#C24EBB
(194,78,187)
0 Favorites   0 Comments

Color spaces of #c24ebb

RGB 19478187
HSL0.840.490.53
HSV304°60°76°
CMYK 0.000.600.04   0.24
XYZ33.942220.506049.1828
Yxy20.50600.32750.1979
Hunter Lab45.283654.5481-32.6968
CIE-Lab52.404559.8877-35.5161

#c24ebb color RGB value is (194,78,187).

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

The process color (four color CMYK) of #c24ebb color hex is 0.00, 0.60, 0.04, 0.24. Web safe color of #c24ebb is #cc66cc. Color #c24ebb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01001110 10111011
Octal 302 116 273
Decimal 194 78 187
Hex C2 4E BB

RGB Percentages of Color #c24ebb

%42.27
%16.99
%40.74

CMYK Percentages of Color #c24ebb

%0
%60
%4
%24

Triadic Colors of #c24ebb

#c24ebb #bbc24e #4ebbc2

Analogous Colors of #c24ebb

#c24ebb #c24e81 #8f4ec2

Monochromatic Colors of #c24ebb

#c24ebb

Complementary Color

#c24ebb #4ec255

#c24ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c24ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c24ebb Color CSS Codes

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

#c24ebb Text Font Color

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

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


#c24ebb Background Color

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

This div background color is #c24ebb


#c24ebb Border Color

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

This div border color is #c24ebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c24ebb


Comments

No comments written yet.

Please login to write comment.