Color Hex Logo

#c42cff Color Hex

#C42CFF
(196,44,255)
0 Favorites   0 Comments

Color spaces of #c42cff

RGB 19644255
HSL0.791.000.59
HSV283°83°100°
CMYK 0.230.830.00   0.00
XYZ41.715620.757196.4156
Yxy20.75710.26250.1306
Hunter Lab45.560083.7082-93.5796
CIE-Lab52.682683.9307-73.6367

#c42cff color RGB value is (196,44,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 00101100 11111111
Octal 304 54 377
Decimal 196 44 255
Hex C4 2C FF

RGB Percentages of Color #c42cff

%39.60
%8.89
%51.52

CMYK Percentages of Color #c42cff

%23
%83
%0
%0

Triadic Colors of #c42cff

#c42cff #ffc42c #2cffc4

Analogous Colors of #c42cff

#c42cff #ff2cd1 #5a2cff

Monochromatic Colors of #c42cff

#c42cff

Complementary Color

#c42cff #67ff2c

#c42cff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c42cff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c42cff Color CSS Codes

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

#c42cff Text Font Color

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

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


#c42cff Background Color

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

This div background color is #c42cff


#c42cff Border Color

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

This div border color is #c42cff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c42cff

Related Colors


Comments

No comments written yet.

Please login to write comment.