Color Hex Logo

#c96aff Color Hex

#C96AFF
(201,106,255)
0 Favorites   0 Comments

Color spaces of #c96aff

RGB 201106255
HSL0.771.000.71
HSV278°58°100°
CMYK 0.210.580.00   0.00
XYZ47.291429.945697.8953
Yxy29.94560.27000.1710
Hunter Lab54.722658.4957-67.7603
CIE-Lab61.607361.6891-59.2270

#c96aff color RGB value is (201,106,255).

#c96aff hex color red value is 201, green value is 106 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #c96aff hue: 0.77 , saturation: 1.00 and the lightness value of c96aff is 0.71.

The process color (four color CMYK) of #c96aff color hex is 0.21, 0.58, 0.00, 0.00. Web safe color of #c96aff is #cc66ff. Color #c96aff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01101010 11111111
Octal 311 152 377
Decimal 201 106 255
Hex C9 6A FF

RGB Percentages of Color #c96aff

%35.77
%18.86
%45.37

CMYK Percentages of Color #c96aff

%21
%58
%0
%0

Triadic Colors of #c96aff

#c96aff #ffc96a #6affc9

Analogous Colors of #c96aff

#c96aff #ff6aeb #7f6aff

Monochromatic Colors of #c96aff

#c96aff

Complementary Color

#c96aff #a0ff6a

#c96aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c96aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c96aff Color CSS Codes

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

#c96aff Text Font Color

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

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


#c96aff Background Color

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

This div background color is #c96aff


#c96aff Border Color

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

This div border color is #c96aff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,106,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 #c96aff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c96aff


Comments

No comments written yet.

Please login to write comment.