Color Hex Logo

#c96efe Color Hex

#C96EFE
(201,110,254)
0 Favorites   0 Comments

Color spaces of #c96efe

RGB 201110254
HSL0.770.990.71
HSV278°57°100°
CMYK 0.210.570.00   0.00
XYZ47.552730.725197.1902
Yxy30.72510.27100.1751
Hunter Lab55.430256.1294-65.1567
CIE-Lab62.274959.5398-57.6113

#c96efe color RGB value is (201,110,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01101110 11111110
Octal 311 156 376
Decimal 201 110 254
Hex C9 6E FE

RGB Percentages of Color #c96efe

%35.58
%19.47
%44.96

CMYK Percentages of Color #c96efe

%21
%57
%0
%0

Triadic Colors of #c96efe

#c96efe #fec96e #6efec9

Analogous Colors of #c96efe

#c96efe #fe6eeb #816efe

Monochromatic Colors of #c96efe

#c96efe

Complementary Color

#c96efe #a3fe6e

#c96efe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c96efe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c96efe Color CSS Codes

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

#c96efe Text Font Color

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

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


#c96efe Background Color

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

This div background color is #c96efe


#c96efe Border Color

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

This div border color is #c96efe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,110,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c96efe

Related Colors


Comments

No comments written yet.

Please login to write comment.