Color Hex Logo

#c486eb Color Hex

#C486EB
(196,134,235)
0 Favorites   0 Comments

Color spaces of #c486eb

RGB 196134235
HSL0.770.720.72
HSV277°43°92°
CMYK 0.170.430.00   0.08
XYZ46.285434.784182.8718
Yxy34.78410.28230.2122
Hunter Lab58.978036.8735-42.0255
CIE-Lab65.580241.7347-41.9493

#c486eb color RGB value is (196,134,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 10000110 11101011
Octal 304 206 353
Decimal 196 134 235
Hex C4 86 EB

RGB Percentages of Color #c486eb

%34.69
%23.72
%41.59

CMYK Percentages of Color #c486eb

%17
%43
%0
%8

Triadic Colors of #c486eb

#c486eb #ebc486 #86ebc4

Analogous Colors of #c486eb

#c486eb #eb86e0 #9286eb

Monochromatic Colors of #c486eb

#c486eb

Complementary Color

#c486eb #adeb86

#c486eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c486eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c486eb Color CSS Codes

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

#c486eb Text Font Color

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

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


#c486eb Background Color

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

This div background color is #c486eb


#c486eb Border Color

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

This div border color is #c486eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c486eb


Comments

No comments written yet.

Please login to write comment.