Color Hex Logo

#c84772 Color Hex

#C84772
(200,71,114)
0 Favorites   0 Comments

Color spaces of #c84772

RGB 20071114
HSL0.940.540.53
HSV340°65°78°
CMYK 0.000.650.43   0.22
XYZ29.109918.000717.8598
Yxy18.00070.44800.2771
Hunter Lab42.427248.22364.7409
CIE-Lab49.497054.71723.4456

#c84772 color RGB value is (200,71,114).

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

The process color (four color CMYK) of #c84772 color hex is 0.00, 0.65, 0.43, 0.22. Web safe color of #c84772 is #cc3366. Color #c84772 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01000111 01110010
Octal 310 107 162
Decimal 200 71 114
Hex C8 47 72

RGB Percentages of Color #c84772

%51.95
%18.44
%29.61

CMYK Percentages of Color #c84772

%0
%65
%43
%22

Triadic Colors of #c84772

#c84772 #72c847 #4772c8

Analogous Colors of #c84772

#c84772 #c85d47 #c847b3

Monochromatic Colors of #c84772

#c84772

Complementary Color

#c84772 #47c89d

#c84772 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c84772 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c84772 Color CSS Codes

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

#c84772 Text Font Color

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

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


#c84772 Background Color

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

This div background color is #c84772


#c84772 Border Color

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

This div border color is #c84772


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c84772


Comments

No comments written yet.

Please login to write comment.