Color Hex Logo

#c84461 Color Hex

#C84461
(200,68,97)
0 Favorites   0 Comments

Color spaces of #c84461

RGB 2006897
HSL0.960.550.53
HSV347°66°78°
CMYK 0.000.660.52   0.22
XYZ28.044217.276713.1659
Yxy17.27670.47950.2954
Hunter Lab41.565247.695310.3154
CIE-Lab48.606854.390012.4917

#c84461 color RGB value is (200,68,97).

#c84461 hex color red value is 200, green value is 68 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #c84461 hue: 0.96 , saturation: 0.55 and the lightness value of c84461 is 0.53.

The process color (four color CMYK) of #c84461 color hex is 0.00, 0.66, 0.52, 0.22. Web safe color of #c84461 is #cc3366. Color #c84461 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01000100 01100001
Octal 310 104 141
Decimal 200 68 97
Hex C8 44 61

RGB Percentages of Color #c84461

%54.79
%18.63
%26.58

CMYK Percentages of Color #c84461

%0
%66
%52
%22

Triadic Colors of #c84461

#c84461 #61c844 #4461c8

Analogous Colors of #c84461

#c84461 #c86944 #c844a3

Monochromatic Colors of #c84461

#c84461

Complementary Color

#c84461 #44c8ab

#c84461 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c84461 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c84461 Color CSS Codes

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

#c84461 Text Font Color

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

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


#c84461 Background Color

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

This div background color is #c84461


#c84461 Border Color

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

This div border color is #c84461


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c84461


Comments

No comments written yet.

Please login to write comment.