Color Hex Logo

#c400ae Color Hex

#C400AE
(196,0,174)
0 Favorites   0 Comments

Color spaces of #c400ae

RGB 1960174
HSL0.851.000.38
HSV307°100°77°
CMYK 0.001.000.11   0.23
XYZ30.404914.791841.2970
Yxy14.79180.35150.1710
Hunter Lab38.460173.8092-36.7413
CIE-Lab45.347777.5274-38.9995

#c400ae color RGB value is (196,0,174).

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

The process color (four color CMYK) of #c400ae color hex is 0.00, 1.00, 0.11, 0.23. Web safe color of #c400ae is #cc0099. Color #c400ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00000000 10101110
Octal 304 0 256
Decimal 196 0 174
Hex C4 0 AE

RGB Percentages of Color #c400ae

%52.97
%0.00
%47.03

CMYK Percentages of Color #c400ae

%0
%100
%11
%23

Triadic Colors of #c400ae

#c400ae #aec400 #00aec4

Analogous Colors of #c400ae

#c400ae #c4004c #7800c4

Monochromatic Colors of #c400ae

#c400ae

Complementary Color

#c400ae #00c416

#c400ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c400ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c400ae Color CSS Codes

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

#c400ae Text Font Color

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

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


#c400ae Background Color

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

This div background color is #c400ae


#c400ae Border Color

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

This div border color is #c400ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c400ae


Comments

No comments written yet.

Please login to write comment.