Color Hex Logo

#c824de Color Hex

#C824DE
(200,36,222)
0 Favorites   0 Comments

Color spaces of #c824de

RGB 20036222
HSL0.810.740.51
HSV293°84°87°
CMYK 0.100.840.00   0.13
XYZ37.635118.815070.7553
Yxy18.81500.29590.1479
Hunter Lab43.376378.9658-66.3504
CIE-Lab50.470180.6507-58.6291

#c824de color RGB value is (200,36,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 00100100 11011110
Octal 310 44 336
Decimal 200 36 222
Hex C8 24 DE

RGB Percentages of Color #c824de

%43.67
%7.86
%48.47

CMYK Percentages of Color #c824de

%10
%84
%0
%13

Triadic Colors of #c824de

#c824de #dec824 #24dec8

Analogous Colors of #c824de

#c824de #de2497 #6b24de

Monochromatic Colors of #c824de

#c824de

Complementary Color

#c824de #3ade24

#c824de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c824de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c824de Color CSS Codes

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

#c824de Text Font Color

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

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


#c824de Background Color

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

This div background color is #c824de


#c824de Border Color

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

This div border color is #c824de


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,36,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c824de


Comments

No comments written yet.

Please login to write comment.