Color Hex Logo

#c400ce Color Hex

#C400CE
(196,0,206)
0 Favorites   0 Comments

Color spaces of #c400ce

RGB 1960206
HSL0.831.000.40
HSV297°100°81°
CMYK 0.051.000.00   0.19
XYZ33.905516.192059.7309
Yxy16.19200.30870.1474
Hunter Lab40.239379.9848-59.8421
CIE-Lab47.225482.0837-54.7137

#c400ce color RGB value is (196,0,206).

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

The process color (four color CMYK) of #c400ce color hex is 0.05, 1.00, 0.00, 0.19. Web safe color of #c400ce is #cc00cc. Color #c400ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00000000 11001110
Octal 304 0 316
Decimal 196 0 206
Hex C4 0 CE

RGB Percentages of Color #c400ce

%48.76
%0.00
%51.24

CMYK Percentages of Color #c400ce

%5
%100
%0
%19

Triadic Colors of #c400ce

#c400ce #cec400 #00cec4

Analogous Colors of #c400ce

#c400ce #ce0071 #5d00ce

Monochromatic Colors of #c400ce

#c400ce

Complementary Color

#c400ce #0ace00

#c400ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c400ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c400ce Color CSS Codes

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

#c400ce Text Font Color

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

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


#c400ce Background Color

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

This div background color is #c400ce


#c400ce Border Color

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

This div border color is #c400ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c400ce


Comments

No comments written yet.

Please login to write comment.