color codes Logo

#c7084d color codes

#C7084D
(199,8,77)
0 Favorites   0 Comments

Color spaces of #c7084d

RGB 199877
HSL0.940.920.41
HSV338°96°78°
CMYK 0.000.960.61   0.22
XYZ24.979612.85168.1852
Yxy12.85160.54280.2793
Hunter Lab35.849161.642511.5571
CIE-Lab42.538867.949716.5204

#c7084d color RGB value is (199,8,77).

#c7084d hex color red value is 199, green value is 8 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #c7084d hue: 0.94 , saturation: 0.92 and the lightness value of c7084d is 0.41.

The process color (four color CMYK) of #c7084d color code is 0.00, 0.96, 0.61, 0.22. Web safe color of #c7084d is #cc0066. Color #c7084d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00001000 01001101
Octal 307 10 115
Decimal 199 8 77
Hex C7 8 4D

RGB Percentages of Color #c7084d

%70.07
%2.82
%27.11

CMYK Percentages of Color #c7084d

%0
%96
%61
%22

Triadic Colors of #c7084d

#c7084d #4dc708 #084dc7

Analogous Colors of #c7084d

#c7084d #c72308 #c708ad

Monochromatic Colors of #c7084d

#c7084d

Complementary Color

#c7084d #08c782

#c7084d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7084d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7084d Color CSS Codes

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

#c7084d Text Font Color

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

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


#c7084d Background Color

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

This div background color is #c7084d


#c7084d Border Color

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

This div border color is #c7084d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(199,8,77, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c7084d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c7084d;
  -webkit-box-shadow: 1px 1px 3px 2px #c7084d;
  box-shadow:         1px 1px 3px 2px #c7084d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,8,77, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7084d

#c7084d Color Palettes


Comments

No comments written yet.

Please login to write comment.