Color Hex Logo

#c42efe Color Hex

#C42EFE
(196,46,254)
0 Favorites   0 Comments

Color spaces of #c42efe

RGB 19646254
HSL0.790.990.59
HSV283°82°100°
CMYK 0.230.820.00   0.00
XYZ41.631320.845595.5953
Yxy20.84550.26340.1319
Hunter Lab45.656982.8621-92.1802
CIE-Lab52.780083.2549-72.9226

#c42efe color RGB value is (196,46,254).

#c42efe hex color red value is 196, green value is 46 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #c42efe hue: 0.79 , saturation: 0.99 and the lightness value of c42efe is 0.59.

The process color (four color CMYK) of #c42efe color hex is 0.23, 0.82, 0.00, 0.00. Web safe color of #c42efe is #cc33ff. Color #c42efe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00101110 11111110
Octal 304 56 376
Decimal 196 46 254
Hex C4 2E FE

RGB Percentages of Color #c42efe

%39.52
%9.27
%51.21

CMYK Percentages of Color #c42efe

%23
%82
%0
%0

Triadic Colors of #c42efe

#c42efe #fec42e #2efec4

Analogous Colors of #c42efe

#c42efe #fe2ed0 #5c2efe

Monochromatic Colors of #c42efe

#c42efe

Complementary Color

#c42efe #68fe2e

#c42efe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c42efe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c42efe Color CSS Codes

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

#c42efe Text Font Color

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

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


#c42efe Background Color

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

This div background color is #c42efe


#c42efe Border Color

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

This div border color is #c42efe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c42efe

Related Colors


Comments

No comments written yet.

Please login to write comment.