Color Hex Logo

#c42fed Color Hex

#C42FED
(196,47,237)
0 Favorites   0 Comments

Color spaces of #c42fed

RGB 19647237
HSL0.800.840.56
HSV287°80°93°
CMYK 0.170.800.00   0.07
XYZ39.067519.883281.8995
Yxy19.88320.27740.1412
Hunter Lab44.590678.3571-77.6845
CIE-Lab51.704979.9283-65.1553

#c42fed color RGB value is (196,47,237).

#c42fed hex color red value is 196, green value is 47 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #c42fed hue: 0.80 , saturation: 0.84 and the lightness value of c42fed is 0.56.

The process color (four color CMYK) of #c42fed color hex is 0.17, 0.80, 0.00, 0.07. Web safe color of #c42fed is #cc33ff. Color #c42fed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00101111 11101101
Octal 304 57 355
Decimal 196 47 237
Hex C4 2F ED

RGB Percentages of Color #c42fed

%40.83
%9.79
%49.38

CMYK Percentages of Color #c42fed

%17
%80
%0
%7

Triadic Colors of #c42fed

#c42fed #edc42f #2fedc4

Analogous Colors of #c42fed

#c42fed #ed2fb7 #652fed

Monochromatic Colors of #c42fed

#c42fed

Complementary Color

#c42fed #58ed2f

#c42fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c42fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c42fed Color CSS Codes

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

#c42fed Text Font Color

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

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


#c42fed Background Color

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

This div background color is #c42fed


#c42fed Border Color

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

This div border color is #c42fed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c42fed


Comments

No comments written yet.

Please login to write comment.