Color Hex Logo

#c229dd Color Hex

#C229DD
(194,41,221)
0 Favorites   0 Comments

Color spaces of #c229dd

RGB 19441221
HSL0.810.730.51
HSV291°81°87°
CMYK 0.120.810.00   0.13
XYZ36.092218.275770.0319
Yxy18.27570.29010.1469
Hunter Lab42.750175.8878-67.2020
CIE-Lab49.828878.3272-59.1423

#c229dd color RGB value is (194,41,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 00101001 11011101
Octal 302 51 335
Decimal 194 41 221
Hex C2 29 DD

RGB Percentages of Color #c229dd

%42.54
%8.99
%48.46

CMYK Percentages of Color #c229dd

%12
%81
%0
%13

Triadic Colors of #c229dd

#c229dd #ddc229 #29ddc2

Analogous Colors of #c229dd

#c229dd #dd299e #6829dd

Monochromatic Colors of #c229dd

#c229dd

Complementary Color

#c229dd #44dd29

#c229dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c229dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c229dd Color CSS Codes

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

#c229dd Text Font Color

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

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


#c229dd Background Color

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

This div background color is #c229dd


#c229dd Border Color

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

This div border color is #c229dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c229dd


Comments

No comments written yet.

Please login to write comment.