Color Hex Logo

#c83161 Color Hex

#C83161
(200,49,97)
0 Favorites   0 Comments

Color spaces of #c83161

RGB 2004997
HSL0.950.610.49
HSV341°76°78°
CMYK 0.000.760.52   0.22
XYZ27.075415.339112.8430
Yxy15.33910.49000.2776
Hunter Lab39.165254.86047.9733
CIE-Lab46.095261.33798.9765

#c83161 color RGB value is (200,49,97).

#c83161 hex color red value is 200, green value is 49 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #c83161 hue: 0.95 , saturation: 0.61 and the lightness value of c83161 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 00110001 01100001
Octal 310 61 141
Decimal 200 49 97
Hex C8 31 61

RGB Percentages of Color #c83161

%57.80
%14.16
%28.03

CMYK Percentages of Color #c83161

%0
%76
%52
%22

Triadic Colors of #c83161

#c83161 #61c831 #3161c8

Analogous Colors of #c83161

#c83161 #c84d31 #c831ad

Monochromatic Colors of #c83161

#c83161

Complementary Color

#c83161 #31c898

#c83161 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c83161 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c83161 Color CSS Codes

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

#c83161 Text Font Color

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

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


#c83161 Background Color

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

This div background color is #c83161


#c83161 Border Color

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

This div border color is #c83161


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c83161


Comments

No comments written yet.

Please login to write comment.