Color Hex Logo

#c74ac5 Color Hex

#C74AC5
(199,74,197)
0 Favorites   0 Comments

Color spaces of #c74ac5

RGB 19974197
HSL0.840.530.54
HSV301°63°78°
CMYK 0.000.630.01   0.22
XYZ36.080021.070954.9888
Yxy21.07090.32170.1879
Hunter Lab45.903159.9715-38.8933
CIE-Lab53.027064.5011-40.2582

#c74ac5 color RGB value is (199,74,197).

#c74ac5 hex color red value is 199, green value is 74 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #c74ac5 hue: 0.84 , saturation: 0.53 and the lightness value of c74ac5 is 0.54.

The process color (four color CMYK) of #c74ac5 color hex is 0.00, 0.63, 0.01, 0.22. Web safe color of #c74ac5 is #cc33cc. Color #c74ac5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01001010 11000101
Octal 307 112 305
Decimal 199 74 197
Hex C7 4A C5

RGB Percentages of Color #c74ac5

%42.34
%15.74
%41.91

CMYK Percentages of Color #c74ac5

%0
%63
%1
%22

Triadic Colors of #c74ac5

#c74ac5 #c5c74a #4ac5c7

Analogous Colors of #c74ac5

#c74ac5 #c74a87 #8b4ac7

Monochromatic Colors of #c74ac5

#c74ac5

Complementary Color

#c74ac5 #4ac74c

#c74ac5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c74ac5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c74ac5 Color CSS Codes

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

#c74ac5 Text Font Color

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

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


#c74ac5 Background Color

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

This div background color is #c74ac5


#c74ac5 Border Color

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

This div border color is #c74ac5


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,74,197, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c74ac5


Comments

No comments written yet.

Please login to write comment.