Color Hex Logo

#c42fda Color Hex

#C42FDA
(196,47,218)
0 Favorites   0 Comments

Color spaces of #c42fda

RGB 19647218
HSL0.810.700.52
HSV292°78°85°
CMYK 0.100.780.00   0.15
XYZ36.436418.830768.0440
Yxy18.83070.29550.1527
Hunter Lab43.394473.9388-62.5929
CIE-Lab50.488576.6308-56.3556

#c42fda color RGB value is (196,47,218).

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

The process color (four color CMYK) of #c42fda color hex is 0.10, 0.78, 0.00, 0.15. Web safe color of #c42fda is #cc33cc. Color #c42fda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00101111 11011010
Octal 304 57 332
Decimal 196 47 218
Hex C4 2F DA

RGB Percentages of Color #c42fda

%42.52
%10.20
%47.29

CMYK Percentages of Color #c42fda

%10
%78
%0
%15

Triadic Colors of #c42fda

#c42fda #dac42f #2fdac4

Analogous Colors of #c42fda

#c42fda #da2f9b #6f2fda

Monochromatic Colors of #c42fda

#c42fda

Complementary Color

#c42fda #45da2f

#c42fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c42fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#c42fda Color CSS Codes

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

#c42fda Text Font Color

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

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


#c42fda Background Color

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

This div background color is #c42fda


#c42fda Border Color

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

This div border color is #c42fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c42fda


Comments

No comments written yet.

Please login to write comment.