Color Hex Logo

#c42edf Color Hex

#C42EDF
(196,46,223)
0 Favorites   0 Comments

Color spaces of #c42edf

RGB 19646223
HSL0.810.730.53
HSV291°79°87°
CMYK 0.120.790.00   0.13
XYZ37.061219.017571.5294
Yxy19.01750.29040.1490
Hunter Lab43.609175.3825-66.7236
CIE-Lab50.707777.7507-58.8488

#c42edf color RGB value is (196,46,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 00101110 11011111
Octal 304 56 337
Decimal 196 46 223
Hex C4 2E DF

RGB Percentages of Color #c42edf

%42.15
%9.89
%47.96

CMYK Percentages of Color #c42edf

%12
%79
%0
%13

Triadic Colors of #c42edf

#c42edf #dfc42e #2edfc4

Analogous Colors of #c42edf

#c42edf #df2ea2 #6c2edf

Monochromatic Colors of #c42edf

#c42edf

Complementary Color

#c42edf #49df2e

#c42edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c42edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c42edf Color CSS Codes

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

#c42edf Text Font Color

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

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


#c42edf Background Color

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

This div background color is #c42edf


#c42edf Border Color

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

This div border color is #c42edf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c42edf


Comments

No comments written yet.

Please login to write comment.