Color Hex Logo

#c804ae Color Hex

#C804AE
(200,4,174)
0 Favorites   0 Comments

Color spaces of #c804ae

RGB 2004174
HSL0.860.960.40
HSV308°98°78°
CMYK 0.000.980.13   0.22
XYZ31.502815.422241.3608
Yxy15.42220.35680.1747
Hunter Lab39.271174.4661-34.9552
CIE-Lab46.207177.8904-37.5923

#c804ae color RGB value is (200,4,174).

#c804ae hex color red value is 200, green value is 4 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #c804ae hue: 0.86 , saturation: 0.96 and the lightness value of c804ae is 0.40.

The process color (four color CMYK) of #c804ae color hex is 0.00, 0.98, 0.13, 0.22. Web safe color of #c804ae is #cc0099. Color #c804ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00000100 10101110
Octal 310 4 256
Decimal 200 4 174
Hex C8 4 AE

RGB Percentages of Color #c804ae

%52.91
%1.06
%46.03

CMYK Percentages of Color #c804ae

%0
%98
%13
%22

Triadic Colors of #c804ae

#c804ae #aec804 #04aec8

Analogous Colors of #c804ae

#c804ae #c8044c #8004c8

Monochromatic Colors of #c804ae

#c804ae

Complementary Color

#c804ae #04c81e

#c804ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c804ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c804ae Color CSS Codes

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

#c804ae Text Font Color

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

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


#c804ae Background Color

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

This div background color is #c804ae


#c804ae Border Color

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

This div border color is #c804ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c804ae


Comments

No comments written yet.

Please login to write comment.