Color Hex Logo

#c42ddf Color Hex

#C42DDF
(196,45,223)
0 Favorites   0 Comments

Color spaces of #c42ddf

RGB 19645223
HSL0.810.740.53
HSV291°80°87°
CMYK 0.120.800.00   0.13
XYZ37.022618.940271.5166
Yxy18.94020.29040.1486
Hunter Lab43.520375.6887-66.9665
CIE-Lab50.617278.0139-58.9945

#c42ddf color RGB value is (196,45,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 00101101 11011111
Octal 304 55 337
Decimal 196 45 223
Hex C4 2D DF

RGB Percentages of Color #c42ddf

%42.24
%9.70
%48.06

CMYK Percentages of Color #c42ddf

%12
%80
%0
%13

Triadic Colors of #c42ddf

#c42ddf #dfc42d #2ddfc4

Analogous Colors of #c42ddf

#c42ddf #df2da1 #6b2ddf

Monochromatic Colors of #c42ddf

#c42ddf

Complementary Color

#c42ddf #48df2d

#c42ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c42ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c42ddf Color CSS Codes

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

#c42ddf Text Font Color

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

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


#c42ddf Background Color

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

This div background color is #c42ddf


#c42ddf Border Color

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

This div border color is #c42ddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c42ddf


Comments

No comments written yet.

Please login to write comment.