Color Hex Logo

#c224dd Color Hex

#C224DD
(194,36,221)
0 Favorites   0 Comments

Color spaces of #c224dd

RGB 19436221
HSL0.810.730.50
HSV291°84°87°
CMYK 0.120.840.00   0.13
XYZ35.930217.951569.9779
Yxy17.95150.29010.1449
Hunter Lab42.369277.2266-68.2662
CIE-Lab49.437279.4725-59.7730

#c224dd color RGB value is (194,36,221).

#c224dd hex color red value is 194, green value is 36 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c224dd hue: 0.81 , saturation: 0.73 and the lightness value of c224dd is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 00100100 11011101
Octal 302 44 335
Decimal 194 36 221
Hex C2 24 DD

RGB Percentages of Color #c224dd

%43.02
%7.98
%49.00

CMYK Percentages of Color #c224dd

%12
%84
%0
%13

Triadic Colors of #c224dd

#c224dd #ddc224 #24ddc2

Analogous Colors of #c224dd

#c224dd #dd249c #6624dd

Monochromatic Colors of #c224dd

#c224dd

Complementary Color

#c224dd #3fdd24

#c224dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c224dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c224dd Color CSS Codes

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

#c224dd Text Font Color

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

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


#c224dd Background Color

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

This div background color is #c224dd


#c224dd Border Color

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

This div border color is #c224dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c224dd


Comments

No comments written yet.

Please login to write comment.