Color Hex Logo

#c82974 Color Hex

#C82974
(200,41,116)
0 Favorites   0 Comments

Color spaces of #c82974

RGB 20041116
HSL0.920.660.47
HSV332°80°78°
CMYK 0.000.800.42   0.22
XYZ27.764715.126217.9793
Yxy15.12620.45610.2485
Hunter Lab38.892459.3667-0.1841
CIE-Lab45.806665.3505-3.1608

#c82974 color RGB value is (200,41,116).

#c82974 hex color red value is 200, green value is 41 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #c82974 hue: 0.92 , saturation: 0.66 and the lightness value of c82974 is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 00101001 01110100
Octal 310 51 164
Decimal 200 41 116
Hex C8 29 74

RGB Percentages of Color #c82974

%56.02
%11.48
%32.49

CMYK Percentages of Color #c82974

%0
%80
%42
%22

Triadic Colors of #c82974

#c82974 #74c829 #2974c8

Analogous Colors of #c82974

#c82974 #c82e29 #c829c4

Monochromatic Colors of #c82974

#c82974

Complementary Color

#c82974 #29c87d

#c82974 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c82974 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c82974 Color CSS Codes

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

#c82974 Text Font Color

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

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


#c82974 Background Color

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

This div background color is #c82974


#c82974 Border Color

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

This div border color is #c82974


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c82974


Comments

No comments written yet.

Please login to write comment.