Color Hex Logo

#c24bdf Color Hex

#C24BDF
(194,75,223)
0 Favorites   0 Comments

Color spaces of #c24bdf

RGB 19475223
HSL0.800.700.58
HSV288°66°87°
CMYK 0.130.660.00   0.13
XYZ38.083521.829272.0183
Yxy21.82920.28870.1655
Hunter Lab46.721763.7347-58.6862
CIE-Lab53.845367.5546-53.8343

#c24bdf color RGB value is (194,75,223).

#c24bdf hex color red value is 194, green value is 75 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #c24bdf hue: 0.80 , saturation: 0.70 and the lightness value of c24bdf is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01001011 11011111
Octal 302 113 337
Decimal 194 75 223
Hex C2 4B DF

RGB Percentages of Color #c24bdf

%39.43
%15.24
%45.33

CMYK Percentages of Color #c24bdf

%13
%66
%0
%13

Triadic Colors of #c24bdf

#c24bdf #dfc24b #4bdfc2

Analogous Colors of #c24bdf

#c24bdf #df4bb2 #784bdf

Monochromatic Colors of #c24bdf

#c24bdf

Complementary Color

#c24bdf #68df4b

#c24bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c24bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c24bdf Color CSS Codes

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

#c24bdf Text Font Color

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

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


#c24bdf Background Color

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

This div background color is #c24bdf


#c24bdf Border Color

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

This div border color is #c24bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c24bdf


Comments

No comments written yet.

Please login to write comment.