Color Hex Logo

#c400ff Color Hex

#C400FF
(196,0,255)
0 Favorites   0 Comments

Color spaces of #c400ff

RGB 1960255
HSL0.791.000.50
HSV286°100°100°
CMYK 0.231.000.00   0.00
XYZ40.815018.955896.1154
Yxy18.95580.26180.1216
Hunter Lab43.538391.1431-100.4123
CIE-Lab50.635590.0003-76.9668

#c400ff color RGB value is (196,0,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 00000000 11111111
Octal 304 0 377
Decimal 196 0 255
Hex C4 0 FF

RGB Percentages of Color #c400ff

%43.46
%0.00
%56.54

CMYK Percentages of Color #c400ff

%23
%100
%0
%0

Triadic Colors of #c400ff

#c400ff #ffc400 #00ffc4

Analogous Colors of #c400ff

#c400ff #ff00bb #4500ff

Monochromatic Colors of #c400ff

#c400ff

Complementary Color

#c400ff #3bff00

#c400ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c400ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c400ff Color CSS Codes

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

#c400ff Text Font Color

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

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


#c400ff Background Color

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

This div background color is #c400ff


#c400ff Border Color

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

This div border color is #c400ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c400ff

Related Colors


Comments

No comments written yet.

Please login to write comment.