Color Hex Logo

#c286bd Color Hex

#C286BD
(194,134,189)
0 Favorites   0 Comments

Color spaces of #c286bd

RGB 194134189
HSL0.850.330.64
HSV305°31°76°
CMYK 0.000.310.03   0.24
XYZ39.958532.193752.2521
Yxy32.19370.32120.2588
Hunter Lab56.739526.4136-14.8832
CIE-Lab63.502731.8809-19.5094

#c286bd color RGB value is (194,134,189).

#c286bd hex color red value is 194, green value is 134 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #c286bd hue: 0.85 , saturation: 0.33 and the lightness value of c286bd is 0.64.

The process color (four color CMYK) of #c286bd color hex is 0.00, 0.31, 0.03, 0.24. Web safe color of #c286bd is #cc99cc. Color #c286bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10000110 10111101
Octal 302 206 275
Decimal 194 134 189
Hex C2 86 BD

RGB Percentages of Color #c286bd

%37.52
%25.92
%36.56

CMYK Percentages of Color #c286bd

%0
%31
%3
%24

Triadic Colors of #c286bd

#c286bd #bdc286 #86bdc2

Analogous Colors of #c286bd

#c286bd #c2869f #a986c2

Monochromatic Colors of #c286bd

#c286bd

Complementary Color

#c286bd #86c28b

#c286bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c286bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c286bd Color CSS Codes

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

#c286bd Text Font Color

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

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


#c286bd Background Color

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

This div background color is #c286bd


#c286bd Border Color

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

This div border color is #c286bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c286bd


Comments

No comments written yet.

Please login to write comment.