Color Hex Logo

#c74eaa Color Hex

#C74EAA
(199,78,170)
0 Favorites   0 Comments

Color spaces of #c74eaa

RGB 19978170
HSL0.870.520.54
HSV314°61°78°
CMYK 0.000.610.15   0.22
XYZ33.533320.493240.2184
Yxy20.49320.35580.2174
Hunter Lab45.269453.0023-20.9860
CIE-Lab52.390358.5188-25.5856

#c74eaa color RGB value is (199,78,170).

#c74eaa hex color red value is 199, green value is 78 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c74eaa hue: 0.87 , saturation: 0.52 and the lightness value of c74eaa is 0.54.

The process color (four color CMYK) of #c74eaa color hex is 0.00, 0.61, 0.15, 0.22. Web safe color of #c74eaa is #cc6699. Color #c74eaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01001110 10101010
Octal 307 116 252
Decimal 199 78 170
Hex C7 4E AA

RGB Percentages of Color #c74eaa

%44.52
%17.45
%38.03

CMYK Percentages of Color #c74eaa

%0
%61
%15
%22

Triadic Colors of #c74eaa

#c74eaa #aac74e #4eaac7

Analogous Colors of #c74eaa

#c74eaa #c74e6e #a84ec7

Monochromatic Colors of #c74eaa

#c74eaa

Complementary Color

#c74eaa #4ec76b

#c74eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c74eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c74eaa Color CSS Codes

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

#c74eaa Text Font Color

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

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


#c74eaa Background Color

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

This div background color is #c74eaa


#c74eaa Border Color

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

This div border color is #c74eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c74eaa


Comments

No comments written yet.

Please login to write comment.