Color Hex Logo

#c486ff Color Hex

#C486FF
(196,134,255)
0 Favorites   0 Comments

Color spaces of #c486ff

RGB 196134255
HSL0.751.000.76
HSV271°47°100°
CMYK 0.230.470.00   0.00
XYZ49.340036.006098.9571
Yxy36.00600.26770.1954
Hunter Lab60.005041.7655-55.7745
CIE-Lab66.524546.1344-51.4443

#c486ff color RGB value is (196,134,255).

#c486ff hex color red value is 196, green value is 134 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #c486ff hue: 0.75 , saturation: 1.00 and the lightness value of c486ff is 0.76.

The process color (four color CMYK) of #c486ff color hex is 0.23, 0.47, 0.00, 0.00. Web safe color of #c486ff is #cc99ff. Color #c486ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10000110 11111111
Octal 304 206 377
Decimal 196 134 255
Hex C4 86 FF

RGB Percentages of Color #c486ff

%33.50
%22.91
%43.59

CMYK Percentages of Color #c486ff

%23
%47
%0
%0

Triadic Colors of #c486ff

#c486ff #ffc486 #86ffc4

Analogous Colors of #c486ff

#c486ff #ff86fe #8886ff

Monochromatic Colors of #c486ff

#c486ff

Complementary Color

#c486ff #c1ff86

#c486ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c486ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c486ff Color CSS Codes

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

#c486ff Text Font Color

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

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


#c486ff Background Color

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

This div background color is #c486ff


#c486ff Border Color

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

This div border color is #c486ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c486ff


Comments

No comments written yet.

Please login to write comment.