Color Hex Logo

#c94ffa Color Hex

#C94FFA
(201,79,250)
0 Favorites   0 Comments

Color spaces of #c94ffa

RGB 20179250
HSL0.790.940.65
HSV283°68°98°
CMYK 0.200.680.00   0.02
XYZ44.138724.911692.9245
Yxy24.91160.27250.1538
Hunter Lab49.911570.5093-75.4471
CIE-Lab56.989272.5870-63.8650

#c94ffa color RGB value is (201,79,250).

#c94ffa hex color red value is 201, green value is 79 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #c94ffa hue: 0.79 , saturation: 0.94 and the lightness value of c94ffa is 0.65.

The process color (four color CMYK) of #c94ffa color hex is 0.20, 0.68, 0.00, 0.02. Web safe color of #c94ffa is #cc66ff. Color #c94ffa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01001111 11111010
Octal 311 117 372
Decimal 201 79 250
Hex C9 4F FA

RGB Percentages of Color #c94ffa

%37.92
%14.91
%47.17

CMYK Percentages of Color #c94ffa

%20
%68
%0
%2

Triadic Colors of #c94ffa

#c94ffa #fac94f #4ffac9

Analogous Colors of #c94ffa

#c94ffa #fa4fd6 #744ffa

Monochromatic Colors of #c94ffa

#c94ffa

Complementary Color

#c94ffa #80fa4f

#c94ffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c94ffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c94ffa Color CSS Codes

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

#c94ffa Text Font Color

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

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


#c94ffa Background Color

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

This div background color is #c94ffa


#c94ffa Border Color

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

This div border color is #c94ffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c94ffa


Comments

No comments written yet.

Please login to write comment.