Color Hex Logo

#c74fad Color Hex

#C74FAD
(199,79,173)
0 Favorites   0 Comments

Color spaces of #c74fad

RGB 19979173
HSL0.870.520.55
HSV313°60°78°
CMYK 0.000.600.13   0.22
XYZ33.892020.751241.7542
Yxy20.75120.35160.2153
Hunter Lab45.553553.0862-22.4576
CIE-Lab52.676158.5421-26.8966

#c74fad color RGB value is (199,79,173).

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

The process color (four color CMYK) of #c74fad color hex is 0.00, 0.60, 0.13, 0.22. Web safe color of #c74fad is #cc6699. Color #c74fad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01001111 10101101
Octal 307 117 255
Decimal 199 79 173
Hex C7 4F AD

RGB Percentages of Color #c74fad

%44.12
%17.52
%38.36

CMYK Percentages of Color #c74fad

%0
%60
%13
%22

Triadic Colors of #c74fad

#c74fad #adc74f #4fadc7

Analogous Colors of #c74fad

#c74fad #c74f71 #a54fc7

Monochromatic Colors of #c74fad

#c74fad

Complementary Color

#c74fad #4fc769

#c74fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c74fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c74fad Color CSS Codes

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

#c74fad Text Font Color

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

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


#c74fad Background Color

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

This div background color is #c74fad


#c74fad Border Color

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

This div border color is #c74fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c74fad


Comments

No comments written yet.

Please login to write comment.