Color Hex Logo

#c87283 Color Hex

#C87283
(200,114,131)
0 Favorites   0 Comments

Color spaces of #c87283

RGB 200114131
HSL0.970.440.62
HSV348°43°78°
CMYK 0.000.430.35   0.22
XYZ33.933525.952724.6936
Yxy25.95270.40120.3068
Hunter Lab50.943829.74676.9215
CIE-Lab57.992135.77305.6068

#c87283 color RGB value is (200,114,131).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 01110010 10000011
Octal 310 162 203
Decimal 200 114 131
Hex C8 72 83

RGB Percentages of Color #c87283

%44.94
%25.62
%29.44

CMYK Percentages of Color #c87283

%0
%43
%35
%22

Triadic Colors of #c87283

#c87283 #83c872 #7283c8

Analogous Colors of #c87283

#c87283 #c88c72 #c872ae

Monochromatic Colors of #c87283

#c87283

Complementary Color

#c87283 #72c8b7

#c87283 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c87283 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c87283 Color CSS Codes

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

#c87283 Text Font Color

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

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


#c87283 Background Color

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

This div background color is #c87283


#c87283 Border Color

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

This div border color is #c87283


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c87283


Comments

No comments written yet.

Please login to write comment.