Color Hex Logo

#c84079 Color Hex

#C84079
(200,64,121)
0 Favorites   0 Comments

Color spaces of #c84079

RGB 20064121
HSL0.930.550.52
HSV335°68°78°
CMYK 0.000.680.40   0.22
XYZ29.104017.326619.8996
Yxy17.32660.43880.2612
Hunter Lab41.625251.96150.7931
CIE-Lab48.668958.2635-2.0007

#c84079 color RGB value is (200,64,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 01000000 01111001
Octal 310 100 171
Decimal 200 64 121
Hex C8 40 79

RGB Percentages of Color #c84079

%51.95
%16.62
%31.43

CMYK Percentages of Color #c84079

%0
%68
%40
%22

Triadic Colors of #c84079

#c84079 #79c840 #4079c8

Analogous Colors of #c84079

#c84079 #c84b40 #c840bd

Monochromatic Colors of #c84079

#c84079

Complementary Color

#c84079 #40c88f

#c84079 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c84079 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c84079 Color CSS Codes

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

#c84079 Text Font Color

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

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


#c84079 Background Color

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

This div background color is #c84079


#c84079 Border Color

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

This div border color is #c84079


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c84079


Comments

No comments written yet.

Please login to write comment.