Color Hex Logo

#c04faa Color Hex

#C04FAA
(192,79,170)
0 Favorites   0 Comments

Color spaces of #c04faa

RGB 19279170
HSL0.870.470.53
HSV312°59°75°
CMYK 0.000.590.11   0.25
XYZ31.789919.700740.1573
Yxy19.70070.34690.2150
Hunter Lab44.385550.1713-22.5722
CIE-Lab51.497156.1367-27.0528

#c04faa color RGB value is (192,79,170).

#c04faa hex color red value is 192, green value is 79 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c04faa hue: 0.87 , saturation: 0.47 and the lightness value of c04faa is 0.53.

The process color (four color CMYK) of #c04faa color hex is 0.00, 0.59, 0.11, 0.25. Web safe color of #c04faa is #cc6699. Color #c04faa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01001111 10101010
Octal 300 117 252
Decimal 192 79 170
Hex C0 4F AA

RGB Percentages of Color #c04faa

%43.54
%17.91
%38.55

CMYK Percentages of Color #c04faa

%0
%59
%11
%25

Triadic Colors of #c04faa

#c04faa #aac04f #4faac0

Analogous Colors of #c04faa

#c04faa #c04f72 #9e4fc0

Monochromatic Colors of #c04faa

#c04faa

Complementary Color

#c04faa #4fc065

#c04faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c04faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c04faa Color CSS Codes

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

#c04faa Text Font Color

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

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


#c04faa Background Color

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

This div background color is #c04faa


#c04faa Border Color

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

This div border color is #c04faa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(192,79,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c04faa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c04faa;
  -webkit-box-shadow: 1px 1px 3px 2px #c04faa;
  box-shadow:         1px 1px 3px 2px #c04faa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,79,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c04faa


Comments

No comments written yet.

Please login to write comment.