Color Hex Logo

#c42fdd Color Hex

#C42FDD
(196,47,221)
0 Favorites   0 Comments

Color spaces of #c42fdd

RGB 19647221
HSL0.810.720.53
HSV291°79°87°
CMYK 0.110.790.00   0.13
XYZ36.832618.989370.1306
Yxy18.98930.29240.1508
Hunter Lab43.576774.6153-64.9152
CIE-Lab50.674777.1403-57.7649

#c42fdd color RGB value is (196,47,221).

#c42fdd hex color red value is 196, green value is 47 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c42fdd hue: 0.81 , saturation: 0.72 and the lightness value of c42fdd is 0.53.

The process color (four color CMYK) of #c42fdd color hex is 0.11, 0.79, 0.00, 0.13. Web safe color of #c42fdd is #cc33cc. Color #c42fdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00101111 11011101
Octal 304 57 335
Decimal 196 47 221
Hex C4 2F DD

RGB Percentages of Color #c42fdd

%42.24
%10.13
%47.63

CMYK Percentages of Color #c42fdd

%11
%79
%0
%13

Triadic Colors of #c42fdd

#c42fdd #ddc42f #2fddc4

Analogous Colors of #c42fdd

#c42fdd #dd2f9f #6d2fdd

Monochromatic Colors of #c42fdd

#c42fdd

Complementary Color

#c42fdd #48dd2f

#c42fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c42fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c42fdd Color CSS Codes

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

#c42fdd Text Font Color

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

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


#c42fdd Background Color

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

This div background color is #c42fdd


#c42fdd Border Color

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

This div border color is #c42fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c42fdd


Comments

No comments written yet.

Please login to write comment.