Color Hex Logo

#c84174 Color Hex

#C84174
(200,65,116)
0 Favorites   0 Comments

Color spaces of #c84174

RGB 20065116
HSL0.940.550.52
HSV337°68°78°
CMYK 0.000.680.42   0.22
XYZ28.862117.320918.3451
Yxy17.32090.44730.2684
Hunter Lab41.618450.95652.9982
CIE-Lab48.661957.35781.0230

#c84174 color RGB value is (200,65,116).

#c84174 hex color red value is 200, green value is 65 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #c84174 hue: 0.94 , saturation: 0.55 and the lightness value of c84174 is 0.52.

The process color (four color CMYK) of #c84174 color hex is 0.00, 0.68, 0.42, 0.22. Web safe color of #c84174 is #cc3366. Color #c84174 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01000001 01110100
Octal 310 101 164
Decimal 200 65 116
Hex C8 41 74

RGB Percentages of Color #c84174

%52.49
%17.06
%30.45

CMYK Percentages of Color #c84174

%0
%68
%42
%22

Triadic Colors of #c84174

#c84174 #74c841 #4174c8

Analogous Colors of #c84174

#c84174 #c85141 #c841b8

Monochromatic Colors of #c84174

#c84174

Complementary Color

#c84174 #41c895

#c84174 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c84174 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c84174 Color CSS Codes

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

#c84174 Text Font Color

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

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


#c84174 Background Color

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

This div background color is #c84174


#c84174 Border Color

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

This div border color is #c84174


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(200,65,116, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c84174; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c84174;
  -webkit-box-shadow: 1px 1px 3px 2px #c84174;
  box-shadow:         1px 1px 3px 2px #c84174; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,65,116, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c84174


Comments

No comments written yet.

Please login to write comment.