Color Hex Logo

#c40cff Color Hex

#C40CFF
(196,12,255)
0 Favorites   0 Comments

Color spaces of #c40cff

RGB 19612255
HSL0.791.000.52
HSV285°95°100°
CMYK 0.230.950.00   0.00
XYZ40.946419.218796.1592
Yxy19.21870.26190.1229
Hunter Lab43.839190.0031-99.3626
CIE-Lab50.942189.0830-76.4672

#c40cff color RGB value is (196,12,255).

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

The process color (four color CMYK) of #c40cff color hex is 0.23, 0.95, 0.00, 0.00. Web safe color of #c40cff is #cc00ff. Color #c40cff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00001100 11111111
Octal 304 14 377
Decimal 196 12 255
Hex C4 C FF

RGB Percentages of Color #c40cff

%42.33
%2.59
%55.08

CMYK Percentages of Color #c40cff

%23
%95
%0
%0

Triadic Colors of #c40cff

#c40cff #ffc40c #0cffc4

Analogous Colors of #c40cff

#c40cff #ff0cc1 #4b0cff

Monochromatic Colors of #c40cff

#c40cff

Complementary Color

#c40cff #47ff0c

#c40cff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c40cff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c40cff Color CSS Codes

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

#c40cff Text Font Color

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

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


#c40cff Background Color

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

This div background color is #c40cff


#c40cff Border Color

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

This div border color is #c40cff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c40cff


Comments

No comments written yet.

Please login to write comment.