Color Hex Logo

#c286db Color Hex

#C286DB
(194,134,219)
0 Favorites   0 Comments

Color spaces of #c286db

RGB 194134219
HSL0.780.540.69
HSV282°39°86°
CMYK 0.110.390.00   0.14
XYZ43.559433.634071.2140
Yxy33.63400.29350.2266
Hunter Lab57.994832.5788-32.2080
CIE-Lab64.671037.7743-34.5182

#c286db color RGB value is (194,134,219).

#c286db hex color red value is 194, green value is 134 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c286db hue: 0.78 , saturation: 0.54 and the lightness value of c286db is 0.69.

The process color (four color CMYK) of #c286db color hex is 0.11, 0.39, 0.00, 0.14. Web safe color of #c286db is #cc99cc. Color #c286db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10000110 11011011
Octal 302 206 333
Decimal 194 134 219
Hex C2 86 DB

RGB Percentages of Color #c286db

%35.47
%24.50
%40.04

CMYK Percentages of Color #c286db

%11
%39
%0
%14

Triadic Colors of #c286db

#c286db #dbc286 #86dbc2

Analogous Colors of #c286db

#c286db #db86ca #9886db

Monochromatic Colors of #c286db

#c286db

Complementary Color

#c286db #9fdb86

#c286db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c286db Color Preview on White Background

Lorem ipsum dolor sit amet.

#c286db Color CSS Codes

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

#c286db Text Font Color

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

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


#c286db Background Color

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

This div background color is #c286db


#c286db Border Color

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

This div border color is #c286db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c286db


Comments

No comments written yet.

Please login to write comment.