Color Hex Logo

#c42cde Color Hex

#C42CDE
(196,44,222)
0 Favorites   0 Comments

Color spaces of #c42cde

RGB 19644222
HSL0.810.730.52
HSV291°80°87°
CMYK 0.120.800.00   0.13
XYZ36.850418.811170.7959
Yxy18.81110.29140.1488
Hunter Lab43.371875.7602-66.4191
CIE-Lab50.465578.1008-58.6701

#c42cde color RGB value is (196,44,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 00101100 11011110
Octal 304 54 336
Decimal 196 44 222
Hex C4 2C DE

RGB Percentages of Color #c42cde

%42.42
%9.52
%48.05

CMYK Percentages of Color #c42cde

%12
%80
%0
%13

Triadic Colors of #c42cde

#c42cde #dec42c #2cdec4

Analogous Colors of #c42cde

#c42cde #de2c9f #6b2cde

Monochromatic Colors of #c42cde

#c42cde

Complementary Color

#c42cde #46de2c

#c42cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c42cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#c42cde Color CSS Codes

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

#c42cde Text Font Color

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

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


#c42cde Background Color

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

This div background color is #c42cde


#c42cde Border Color

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

This div border color is #c42cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c42cde


Comments

No comments written yet.

Please login to write comment.