Color Hex Logo

#c21ddc Color Hex

#C21DDC
(194,29,220)
0 Favorites   0 Comments

Color spaces of #c21ddc

RGB 19429220
HSL0.810.770.49
HSV292°87°86°
CMYK 0.120.870.00   0.14
XYZ35.605817.515469.2143
Yxy17.51540.29110.1432
Hunter Lab41.851478.6220-68.7585
CIE-Lab48.903080.6839-60.0640

#c21ddc color RGB value is (194,29,220).

#c21ddc hex color red value is 194, green value is 29 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #c21ddc hue: 0.81 , saturation: 0.77 and the lightness value of c21ddc is 0.49.

The process color (four color CMYK) of #c21ddc color hex is 0.12, 0.87, 0.00, 0.14. Web safe color of #c21ddc is #cc33cc. Color #c21ddc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00011101 11011100
Octal 302 35 334
Decimal 194 29 220
Hex C2 1D DC

RGB Percentages of Color #c21ddc

%43.79
%6.55
%49.66

CMYK Percentages of Color #c21ddc

%12
%87
%0
%14

Triadic Colors of #c21ddc

#c21ddc #dcc21d #1ddcc2

Analogous Colors of #c21ddc

#c21ddc #dc1d97 #621ddc

Monochromatic Colors of #c21ddc

#c21ddc

Complementary Color

#c21ddc #37dc1d

#c21ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c21ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c21ddc Color CSS Codes

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

#c21ddc Text Font Color

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

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


#c21ddc Background Color

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

This div background color is #c21ddc


#c21ddc Border Color

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

This div border color is #c21ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c21ddc


Comments

No comments written yet.

Please login to write comment.