Color Hex Logo

#c486ea Color Hex

#C486EA
(196,134,234)
0 Favorites   0 Comments

Color spaces of #c486ea

RGB 196134234
HSL0.770.700.72
HSV277°43°92°
CMYK 0.160.430.00   0.08
XYZ46.141334.726582.1129
Yxy34.72650.28310.2131
Hunter Lab58.929236.6386-41.3652
CIE-Lab65.535241.5202-41.4678

#c486ea color RGB value is (196,134,234).

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

The process color (four color CMYK) of #c486ea color hex is 0.16, 0.43, 0.00, 0.08. Web safe color of #c486ea is #cc99ff. Color #c486ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10000110 11101010
Octal 304 206 352
Decimal 196 134 234
Hex C4 86 EA

RGB Percentages of Color #c486ea

%34.75
%23.76
%41.49

CMYK Percentages of Color #c486ea

%16
%43
%0
%8

Triadic Colors of #c486ea

#c486ea #eac486 #86eac4

Analogous Colors of #c486ea

#c486ea #ea86de #9286ea

Monochromatic Colors of #c486ea

#c486ea

Complementary Color

#c486ea #acea86

#c486ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c486ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c486ea Color CSS Codes

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

#c486ea Text Font Color

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

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


#c486ea Background Color

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

This div background color is #c486ea


#c486ea Border Color

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

This div border color is #c486ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c486ea


Comments

No comments written yet.

Please login to write comment.