Color Hex Logo

#c84872 Color Hex

#C84872
(200,72,114)
0 Favorites   0 Comments

Color spaces of #c84872

RGB 20072114
HSL0.950.540.53
HSV340°64°78°
CMYK 0.000.640.43   0.22
XYZ29.174018.129017.8812
Yxy18.12900.44760.2781
Hunter Lab42.578247.79414.9052
CIE-Lab49.652254.29533.6696

#c84872 color RGB value is (200,72,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 01001000 01110010
Octal 310 110 162
Decimal 200 72 114
Hex C8 48 72

RGB Percentages of Color #c84872

%51.81
%18.65
%29.53

CMYK Percentages of Color #c84872

%0
%64
%43
%22

Triadic Colors of #c84872

#c84872 #72c848 #4872c8

Analogous Colors of #c84872

#c84872 #c85e48 #c848b2

Monochromatic Colors of #c84872

#c84872

Complementary Color

#c84872 #48c89e

#c84872 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c84872 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c84872 Color CSS Codes

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

#c84872 Text Font Color

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

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


#c84872 Background Color

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

This div background color is #c84872


#c84872 Border Color

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

This div border color is #c84872


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c84872


Comments

No comments written yet.

Please login to write comment.