Color Hex Logo

#c86983 Color Hex

#C86983
(200,105,131)
0 Favorites   0 Comments

Color spaces of #c86983

RGB 200105131
HSL0.950.460.60
HSV344°48°78°
CMYK 0.000.480.35   0.22
XYZ32.967724.021224.3717
Yxy24.02120.40520.2952
Hunter Lab49.011434.29864.8251
CIE-Lab56.109040.49222.8924

#c86983 color RGB value is (200,105,131).

#c86983 hex color red value is 200, green value is 105 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #c86983 hue: 0.95 , saturation: 0.46 and the lightness value of c86983 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 01101001 10000011
Octal 310 151 203
Decimal 200 105 131
Hex C8 69 83

RGB Percentages of Color #c86983

%45.87
%24.08
%30.05

CMYK Percentages of Color #c86983

%0
%48
%35
%22

Triadic Colors of #c86983

#c86983 #83c869 #6983c8

Analogous Colors of #c86983

#c86983 #c87f69 #c869b3

Monochromatic Colors of #c86983

#c86983

Complementary Color

#c86983 #69c8ae

#c86983 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c86983 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c86983 Color CSS Codes

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

#c86983 Text Font Color

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

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


#c86983 Background Color

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

This div background color is #c86983


#c86983 Border Color

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

This div border color is #c86983


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c86983


Comments

No comments written yet.

Please login to write comment.