Color Hex Logo

#c486ed Color Hex

#C486ED
(196,134,237)
0 Favorites   0 Comments

Color spaces of #c486ed

RGB 196134237
HSL0.770.740.73
HSV276°43°93°
CMYK 0.170.430.00   0.07
XYZ46.576134.900484.4024
Yxy34.90040.28080.2104
Hunter Lab59.076637.3458-43.3537
CIE-Lab65.671042.1650-42.9100

#c486ed color RGB value is (196,134,237).

#c486ed hex color red value is 196, green value is 134 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #c486ed hue: 0.77 , saturation: 0.74 and the lightness value of c486ed is 0.73.

The process color (four color CMYK) of #c486ed color hex is 0.17, 0.43, 0.00, 0.07. Web safe color of #c486ed is #cc99ff. Color #c486ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10000110 11101101
Octal 304 206 355
Decimal 196 134 237
Hex C4 86 ED

RGB Percentages of Color #c486ed

%34.57
%23.63
%41.80

CMYK Percentages of Color #c486ed

%17
%43
%0
%7

Triadic Colors of #c486ed

#c486ed #edc486 #86edc4

Analogous Colors of #c486ed

#c486ed #ed86e3 #9186ed

Monochromatic Colors of #c486ed

#c486ed

Complementary Color

#c486ed #afed86

#c486ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c486ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c486ed Color CSS Codes

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

#c486ed Text Font Color

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

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


#c486ed Background Color

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

This div background color is #c486ed


#c486ed Border Color

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

This div border color is #c486ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c486ed


Comments

No comments written yet.

Please login to write comment.