Color Hex Logo

#c421da Color Hex

#C421DA
(196,33,218)
0 Favorites   0 Comments

Color spaces of #c421da

RGB 19633218
HSL0.810.740.49
HSV293°85°85°
CMYK 0.100.850.00   0.15
XYZ35.963717.885467.8864
Yxy17.88540.29540.1469
Hunter Lab42.291177.7840-65.5695
CIE-Lab49.356879.9314-58.1747

#c421da color RGB value is (196,33,218).

#c421da hex color red value is 196, green value is 33 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #c421da hue: 0.81 , saturation: 0.74 and the lightness value of c421da is 0.49.

The process color (four color CMYK) of #c421da color hex is 0.10, 0.85, 0.00, 0.15. Web safe color of #c421da is #cc33cc. Color #c421da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00100001 11011010
Octal 304 41 332
Decimal 196 33 218
Hex C4 21 DA

RGB Percentages of Color #c421da

%43.85
%7.38
%48.77

CMYK Percentages of Color #c421da

%10
%85
%0
%15

Triadic Colors of #c421da

#c421da #dac421 #21dac4

Analogous Colors of #c421da

#c421da #da2194 #6821da

Monochromatic Colors of #c421da

#c421da

Complementary Color

#c421da #37da21

#c421da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c421da Color Preview on White Background

Lorem ipsum dolor sit amet.

#c421da Color CSS Codes

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

#c421da Text Font Color

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

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


#c421da Background Color

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

This div background color is #c421da


#c421da Border Color

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

This div border color is #c421da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c421da


Comments

No comments written yet.

Please login to write comment.