Color Hex Logo

#c86286 Color Hex

#C86286
(200,98,134)
0 Favorites   0 Comments

Color spaces of #c86286

RGB 20098134
HSL0.940.480.58
HSV339°51°78°
CMYK 0.000.510.33   0.22
XYZ32.490222.736025.2303
Yxy22.73600.40380.2826
Hunter Lab47.682338.18402.0053
CIE-Lab54.799444.4329-0.7752

#c86286 color RGB value is (200,98,134).

#c86286 hex color red value is 200, green value is 98 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #c86286 hue: 0.94 , saturation: 0.48 and the lightness value of c86286 is 0.58.

The process color (four color CMYK) of #c86286 color hex is 0.00, 0.51, 0.33, 0.22. Web safe color of #c86286 is #cc6699. Color #c86286 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01100010 10000110
Octal 310 142 206
Decimal 200 98 134
Hex C8 62 86

RGB Percentages of Color #c86286

%46.30
%22.69
%31.02

CMYK Percentages of Color #c86286

%0
%51
%33
%22

Triadic Colors of #c86286

#c86286 #86c862 #6286c8

Analogous Colors of #c86286

#c86286 #c87162 #c862b9

Monochromatic Colors of #c86286

#c86286

Complementary Color

#c86286 #62c8a4

#c86286 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c86286 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c86286 Color CSS Codes

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

#c86286 Text Font Color

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

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


#c86286 Background Color

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

This div background color is #c86286


#c86286 Border Color

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

This div border color is #c86286


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,98,134, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c86286


Comments

No comments written yet.

Please login to write comment.