Color Hex Logo

#c824da Color Hex

#C824DA
(200,36,218)
0 Favorites   0 Comments

Color spaces of #c824da

RGB 20036218
HSL0.820.720.50
HSV294°83°85°
CMYK 0.080.830.00   0.15
XYZ37.105218.603167.9648
Yxy18.60310.30000.1504
Hunter Lab43.131378.0810-63.2352
CIE-Lab50.219679.9990-56.7529

#c824da color RGB value is (200,36,218).

#c824da hex color red value is 200, green value is 36 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #c824da hue: 0.82 , saturation: 0.72 and the lightness value of c824da is 0.50.

The process color (four color CMYK) of #c824da color hex is 0.08, 0.83, 0.00, 0.15. Web safe color of #c824da is #cc33cc. Color #c824da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00100100 11011010
Octal 310 44 332
Decimal 200 36 218
Hex C8 24 DA

RGB Percentages of Color #c824da

%44.05
%7.93
%48.02

CMYK Percentages of Color #c824da

%8
%83
%0
%15

Triadic Colors of #c824da

#c824da #dac824 #24dac8

Analogous Colors of #c824da

#c824da #da2491 #6d24da

Monochromatic Colors of #c824da

#c824da

Complementary Color

#c824da #36da24

#c824da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c824da Color Preview on White Background

Lorem ipsum dolor sit amet.

#c824da Color CSS Codes

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

#c824da Text Font Color

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

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


#c824da Background Color

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

This div background color is #c824da


#c824da Border Color

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

This div border color is #c824da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c824da


Comments

No comments written yet.

Please login to write comment.