Color Hex Logo

#c97382 Color Hex

#C97382
(201,115,130)
0 Favorites   0 Comments

Color spaces of #c97382

RGB 201115130
HSL0.970.440.62
HSV350°43°79°
CMYK 0.000.430.35   0.21
XYZ34.247426.290724.3887
Yxy26.29070.40330.3096
Hunter Lab51.274529.49407.6908
CIE-Lab58.312035.48476.6623

#c97382 color RGB value is (201,115,130).

#c97382 hex color red value is 201, green value is 115 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #c97382 hue: 0.97 , saturation: 0.44 and the lightness value of c97382 is 0.62.

The process color (four color CMYK) of #c97382 color hex is 0.00, 0.43, 0.35, 0.21. Web safe color of #c97382 is #cc6699. Color #c97382 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01110011 10000010
Octal 311 163 202
Decimal 201 115 130
Hex C9 73 82

RGB Percentages of Color #c97382

%45.07
%25.78
%29.15

CMYK Percentages of Color #c97382

%0
%43
%35
%21

Triadic Colors of #c97382

#c97382 #82c973 #7382c9

Analogous Colors of #c97382

#c97382 #c98f73 #c973ad

Monochromatic Colors of #c97382

#c97382

Complementary Color

#c97382 #73c9ba

#c97382 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c97382 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c97382 Color CSS Codes

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

#c97382 Text Font Color

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

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


#c97382 Background Color

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

This div background color is #c97382


#c97382 Border Color

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

This div border color is #c97382


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(201,115,130, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c97382; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c97382;
  -webkit-box-shadow: 1px 1px 3px 2px #c97382;
  box-shadow:         1px 1px 3px 2px #c97382; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,115,130, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c97382


Comments

No comments written yet.

Please login to write comment.