Color Hex Logo

#c42cdf Color Hex

#C42CDF
(196,44,223)
0 Favorites   0 Comments

Color spaces of #c42cdf

RGB 19644223
HSL0.810.740.52
HSV291°80°87°
CMYK 0.120.800.00   0.13
XYZ36.984918.864871.5040
Yxy18.86480.29040.1481
Hunter Lab43.433675.9887-67.2045
CIE-Lab50.528778.2715-59.1369

#c42cdf color RGB value is (196,44,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 00101100 11011111
Octal 304 54 337
Decimal 196 44 223
Hex C4 2C DF

RGB Percentages of Color #c42cdf

%42.33
%9.50
%48.16

CMYK Percentages of Color #c42cdf

%12
%80
%0
%13

Triadic Colors of #c42cdf

#c42cdf #dfc42c #2cdfc4

Analogous Colors of #c42cdf

#c42cdf #df2ca1 #6b2cdf

Monochromatic Colors of #c42cdf

#c42cdf

Complementary Color

#c42cdf #47df2c

#c42cdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c42cdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c42cdf Color CSS Codes

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

#c42cdf Text Font Color

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

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


#c42cdf Background Color

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

This div background color is #c42cdf


#c42cdf Border Color

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

This div border color is #c42cdf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,44,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c42cdf


Comments

No comments written yet.

Please login to write comment.