Color Hex Logo

#c24bda Color Hex

#C24BDA
(194,75,218)
0 Favorites   0 Comments

Color spaces of #c24bda

RGB 19475218
HSL0.810.660.57
HSV290°66°85°
CMYK 0.110.660.00   0.15
XYZ37.419121.563468.5196
Yxy21.56340.29350.1691
Hunter Lab46.436462.5741-54.9803
CIE-Lab53.560766.6254-51.4563

#c24bda color RGB value is (194,75,218).

#c24bda hex color red value is 194, green value is 75 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #c24bda hue: 0.81 , saturation: 0.66 and the lightness value of c24bda is 0.57.

The process color (four color CMYK) of #c24bda color hex is 0.11, 0.66, 0.00, 0.15. Web safe color of #c24bda is #cc33cc. Color #c24bda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01001011 11011010
Octal 302 113 332
Decimal 194 75 218
Hex C2 4B DA

RGB Percentages of Color #c24bda

%39.84
%15.40
%44.76

CMYK Percentages of Color #c24bda

%11
%66
%0
%15

Triadic Colors of #c24bda

#c24bda #dac24b #4bdac2

Analogous Colors of #c24bda

#c24bda #da4bab #7b4bda

Monochromatic Colors of #c24bda

#c24bda

Complementary Color

#c24bda #63da4b

#c24bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c24bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#c24bda Color CSS Codes

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

#c24bda Text Font Color

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

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


#c24bda Background Color

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

This div background color is #c24bda


#c24bda Border Color

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

This div border color is #c24bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c24bda


Comments

No comments written yet.

Please login to write comment.