Color Hex Logo

#c74acc Color Hex

#C74ACC
(199,74,204)
0 Favorites   0 Comments

Color spaces of #c74acc

RGB 19974204
HSL0.830.560.55
HSV298°64°80°
CMYK 0.020.640.00   0.20
XYZ36.901121.399359.3123
Yxy21.39930.31380.1819
Hunter Lab46.259461.4355-43.6382
CIE-Lab53.383865.6891-43.7125

#c74acc color RGB value is (199,74,204).

#c74acc hex color red value is 199, green value is 74 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #c74acc hue: 0.83 , saturation: 0.56 and the lightness value of c74acc is 0.55.

The process color (four color CMYK) of #c74acc color hex is 0.02, 0.64, 0.00, 0.20. Web safe color of #c74acc is #cc33cc. Color #c74acc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01001010 11001100
Octal 307 112 314
Decimal 199 74 204
Hex C7 4A CC

RGB Percentages of Color #c74acc

%41.72
%15.51
%42.77

CMYK Percentages of Color #c74acc

%2
%64
%0
%20

Triadic Colors of #c74acc

#c74acc #ccc74a #4accc7

Analogous Colors of #c74acc

#c74acc #cc4a90 #864acc

Monochromatic Colors of #c74acc

#c74acc

Complementary Color

#c74acc #4fcc4a

#c74acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c74acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c74acc Color CSS Codes

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

#c74acc Text Font Color

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

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


#c74acc Background Color

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

This div background color is #c74acc


#c74acc Border Color

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

This div border color is #c74acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c74acc


Comments

No comments written yet.

Please login to write comment.