Color Hex Logo

#c24cba Color Hex

#C24CBA
(194,76,186)
0 Favorites   0 Comments

Color spaces of #c24cba

RGB 19476186
HSL0.840.490.53
HSV304°61°76°
CMYK 0.000.610.04   0.24
XYZ33.695520.183448.5742
Yxy20.18340.32890.1970
Hunter Lab44.925955.2588-32.6566
CIE-Lab52.043960.5805-35.5023

#c24cba color RGB value is (194,76,186).

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

The process color (four color CMYK) of #c24cba color hex is 0.00, 0.61, 0.04, 0.24. Web safe color of #c24cba is #cc33cc. Color #c24cba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01001100 10111010
Octal 302 114 272
Decimal 194 76 186
Hex C2 4C BA

RGB Percentages of Color #c24cba

%42.54
%16.67
%40.79

CMYK Percentages of Color #c24cba

%0
%61
%4
%24

Triadic Colors of #c24cba

#c24cba #bac24c #4cbac2

Analogous Colors of #c24cba

#c24cba #c24c7f #8f4cc2

Monochromatic Colors of #c24cba

#c24cba

Complementary Color

#c24cba #4cc254

#c24cba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c24cba Color Preview on White Background

Lorem ipsum dolor sit amet.

#c24cba Color CSS Codes

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

#c24cba Text Font Color

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

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


#c24cba Background Color

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

This div background color is #c24cba


#c24cba Border Color

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

This div border color is #c24cba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c24cba


Comments

No comments written yet.

Please login to write comment.