Color Hex Logo

#c84874 Color Hex

#C84874
(200,72,116)
0 Favorites   0 Comments

Color spaces of #c84874

RGB 20072116
HSL0.940.540.53
HSV339°64°78°
CMYK 0.000.640.42   0.22
XYZ29.289218.175018.4874
Yxy18.17500.44410.2756
Hunter Lab42.632148.02714.1314
CIE-Lab49.707754.49952.5413

#c84874 color RGB value is (200,72,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 01001000 01110100
Octal 310 110 164
Decimal 200 72 116
Hex C8 48 74

RGB Percentages of Color #c84874

%51.55
%18.56
%29.90

CMYK Percentages of Color #c84874

%0
%64
%42
%22

Triadic Colors of #c84874

#c84874 #74c848 #4874c8

Analogous Colors of #c84874

#c84874 #c85c48 #c848b4

Monochromatic Colors of #c84874

#c84874

Complementary Color

#c84874 #48c89c

#c84874 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c84874 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c84874 Color CSS Codes

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

#c84874 Text Font Color

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

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


#c84874 Background Color

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

This div background color is #c84874


#c84874 Border Color

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

This div border color is #c84874


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c84874


Comments

No comments written yet.

Please login to write comment.