Color Hex Logo

#c824df Color Hex

#C824DF
(200,36,223)
0 Favorites   0 Comments

Color spaces of #c824df

RGB 20036223
HSL0.810.750.51
HSV293°84°87°
CMYK 0.100.840.00   0.13
XYZ37.769618.868871.4634
Yxy18.86880.29480.1473
Hunter Lab43.438279.1891-67.1355
CIE-Lab50.533480.8148-59.0959

#c824df color RGB value is (200,36,223).

#c824df hex color red value is 200, green value is 36 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #c824df hue: 0.81 , saturation: 0.75 and the lightness value of c824df is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 00100100 11011111
Octal 310 44 337
Decimal 200 36 223
Hex C8 24 DF

RGB Percentages of Color #c824df

%43.57
%7.84
%48.58

CMYK Percentages of Color #c824df

%10
%84
%0
%13

Triadic Colors of #c824df

#c824df #dfc824 #24dfc8

Analogous Colors of #c824df

#c824df #df2499 #6b24df

Monochromatic Colors of #c824df

#c824df

Complementary Color

#c824df #3bdf24

#c824df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c824df Color Preview on White Background

Lorem ipsum dolor sit amet.

#c824df Color CSS Codes

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

#c824df Text Font Color

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

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


#c824df Background Color

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

This div background color is #c824df


#c824df Border Color

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

This div border color is #c824df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,36,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 #c824df">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c824df


Comments

No comments written yet.

Please login to write comment.