Color Hex Logo

#c84974 Color Hex

#C84974
(200,73,116)
0 Favorites   0 Comments

Color spaces of #c84974

RGB 20073116
HSL0.940.540.54
HSV340°64°78°
CMYK 0.000.640.42   0.22
XYZ29.354318.305418.5091
Yxy18.30540.44360.2766
Hunter Lab42.784847.59394.3000
CIE-Lab49.864454.07382.7682

#c84974 color RGB value is (200,73,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 01001001 01110100
Octal 310 111 164
Decimal 200 73 116
Hex C8 49 74

RGB Percentages of Color #c84974

%51.41
%18.77
%29.82

CMYK Percentages of Color #c84974

%0
%64
%42
%22

Triadic Colors of #c84974

#c84974 #74c849 #4974c8

Analogous Colors of #c84974

#c84974 #c85e49 #c849b4

Monochromatic Colors of #c84974

#c84974

Complementary Color

#c84974 #49c89d

#c84974 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c84974 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c84974 Color CSS Codes

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

#c84974 Text Font Color

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

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


#c84974 Background Color

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

This div background color is #c84974


#c84974 Border Color

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

This div border color is #c84974


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c84974


Comments

No comments written yet.

Please login to write comment.