Color Hex Logo

#c478ae Color Hex

#C478AE
(196,120,174)
0 Favorites   0 Comments

Color spaces of #c478ae

RGB 196120174
HSL0.880.390.62
HSV317°39°77°
CMYK 0.000.390.11   0.23
XYZ37.121428.224743.5358
Yxy28.22470.34090.2592
Hunter Lab53.126931.7513-11.3974
CIE-Lab60.091237.5021-16.1499

#c478ae color RGB value is (196,120,174).

#c478ae hex color red value is 196, green value is 120 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #c478ae hue: 0.88 , saturation: 0.39 and the lightness value of c478ae is 0.62.

The process color (four color CMYK) of #c478ae color hex is 0.00, 0.39, 0.11, 0.23. Web safe color of #c478ae is #cc6699. Color #c478ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01111000 10101110
Octal 304 170 256
Decimal 196 120 174
Hex C4 78 AE

RGB Percentages of Color #c478ae

%40.00
%24.49
%35.51

CMYK Percentages of Color #c478ae

%0
%39
%11
%23

Triadic Colors of #c478ae

#c478ae #aec478 #78aec4

Analogous Colors of #c478ae

#c478ae #c47888 #b478c4

Monochromatic Colors of #c478ae

#c478ae

Complementary Color

#c478ae #78c48e

#c478ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c478ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c478ae Color CSS Codes

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

#c478ae Text Font Color

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

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


#c478ae Background Color

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

This div background color is #c478ae


#c478ae Border Color

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

This div border color is #c478ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c478ae


Comments

No comments written yet.

Please login to write comment.