Color Hex Logo

#c94feb Color Hex

#C94FEB
(201,79,235)
0 Favorites   0 Comments

Color spaces of #c94feb

RGB 20179235
HSL0.800.800.62
HSV287°66°92°
CMYK 0.140.660.00   0.08
XYZ41.878824.007681.0239
Yxy24.00760.28510.1634
Hunter Lab48.997666.8204-63.7455
CIE-Lab56.095469.7153-56.9349

#c94feb color RGB value is (201,79,235).

#c94feb hex color red value is 201, green value is 79 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c94feb hue: 0.80 , saturation: 0.80 and the lightness value of c94feb is 0.62.

The process color (four color CMYK) of #c94feb color hex is 0.14, 0.66, 0.00, 0.08. Web safe color of #c94feb is #cc66ff. Color #c94feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01001111 11101011
Octal 311 117 353
Decimal 201 79 235
Hex C9 4F EB

RGB Percentages of Color #c94feb

%39.03
%15.34
%45.63

CMYK Percentages of Color #c94feb

%14
%66
%0
%8

Triadic Colors of #c94feb

#c94feb #ebc94f #4febc9

Analogous Colors of #c94feb

#c94feb #eb4fbf #7b4feb

Monochromatic Colors of #c94feb

#c94feb

Complementary Color

#c94feb #71eb4f

#c94feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c94feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c94feb Color CSS Codes

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

#c94feb Text Font Color

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

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


#c94feb Background Color

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

This div background color is #c94feb


#c94feb Border Color

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

This div border color is #c94feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c94feb


Comments

No comments written yet.

Please login to write comment.