Color Hex Logo

#c98283 Color Hex

#C98283
(201,130,131)
0 Favorites   0 Comments

Color spaces of #c98283

RGB 201130131
HSL1.000.400.65
HSV359°35°79°
CMYK 0.000.350.35   0.21
XYZ36.166830.021525.3613
Yxy30.02150.39510.3279
Hunter Lab54.791921.937810.9110
CIE-Lab61.672827.524910.8632

#c98283 color RGB value is (201,130,131).

#c98283 hex color red value is 201, green value is 130 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #c98283 hue: 1.00 , saturation: 0.40 and the lightness value of c98283 is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 10000010 10000011
Octal 311 202 203
Decimal 201 130 131
Hex C9 82 83

RGB Percentages of Color #c98283

%43.51
%28.14
%28.35

CMYK Percentages of Color #c98283

%0
%35
%35
%21

Triadic Colors of #c98283

#c98283 #83c982 #8283c9

Analogous Colors of #c98283

#c98283 #c9a582 #c982a7

Monochromatic Colors of #c98283

#c98283

Complementary Color

#c98283 #82c9c8

#c98283 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c98283 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c98283 Color CSS Codes

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

#c98283 Text Font Color

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

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


#c98283 Background Color

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

This div background color is #c98283


#c98283 Border Color

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

This div border color is #c98283


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c98283


Comments

No comments written yet.

Please login to write comment.