Color Hex Logo

#c486de Color Hex

#C486DE
(196,134,222)
0 Favorites   0 Comments

Color spaces of #c486de

RGB 196134222
HSL0.780.570.70
HSV282°40°87°
CMYK 0.120.400.00   0.13
XYZ44.474934.059973.3374
Yxy34.05990.29280.2243
Hunter Lab58.360933.8975-33.6524
CIE-Lab65.010138.9947-35.6422

#c486de color RGB value is (196,134,222).

#c486de hex color red value is 196, green value is 134 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c486de hue: 0.78 , saturation: 0.57 and the lightness value of c486de is 0.70.

The process color (four color CMYK) of #c486de color hex is 0.12, 0.40, 0.00, 0.13. Web safe color of #c486de is #cc99cc. Color #c486de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10000110 11011110
Octal 304 206 336
Decimal 196 134 222
Hex C4 86 DE

RGB Percentages of Color #c486de

%35.51
%24.28
%40.22

CMYK Percentages of Color #c486de

%12
%40
%0
%13

Triadic Colors of #c486de

#c486de #dec486 #86dec4

Analogous Colors of #c486de

#c486de #de86cc #9886de

Monochromatic Colors of #c486de

#c486de

Complementary Color

#c486de #a0de86

#c486de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c486de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c486de Color CSS Codes

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

#c486de Text Font Color

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

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


#c486de Background Color

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

This div background color is #c486de


#c486de Border Color

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

This div border color is #c486de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c486de


Comments

No comments written yet.

Please login to write comment.