Color Hex Logo

#c95eff Color Hex

#C95EFF
(201,94,255)
0 Favorites   0 Comments

Color spaces of #c95eff

RGB 20194255
HSL0.781.000.68
HSV280°63°100°
CMYK 0.210.630.00   0.00
XYZ46.140127.642997.5115
Yxy27.64290.26940.1614
Hunter Lab52.576564.6391-73.1592
CIE-Lab59.564767.2515-62.4959

#c95eff color RGB value is (201,94,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01011110 11111111
Octal 311 136 377
Decimal 201 94 255
Hex C9 5E FF

RGB Percentages of Color #c95eff

%36.55
%17.09
%46.36

CMYK Percentages of Color #c95eff

%21
%63
%0
%0

Triadic Colors of #c95eff

#c95eff #ffc95e #5effc9

Analogous Colors of #c95eff

#c95eff #ff5ee5 #795eff

Monochromatic Colors of #c95eff

#c95eff

Complementary Color

#c95eff #94ff5e

#c95eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c95eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c95eff Color CSS Codes

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

#c95eff Text Font Color

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

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


#c95eff Background Color

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

This div background color is #c95eff


#c95eff Border Color

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

This div border color is #c95eff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c95eff


Comments

No comments written yet.

Please login to write comment.