Color Hex Logo

#c94dfa Color Hex

#C94DFA
(201,77,250)
0 Favorites   0 Comments

Color spaces of #c94dfa

RGB 20177250
HSL0.790.950.64
HSV283°69°98°
CMYK 0.200.690.00   0.02
XYZ43.996624.627492.8772
Yxy24.62740.27240.1525
Hunter Lab49.626071.4061-76.2256
CIE-Lab56.710673.3720-64.3132

#c94dfa color RGB value is (201,77,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01001101 11111010
Octal 311 115 372
Decimal 201 77 250
Hex C9 4D FA

RGB Percentages of Color #c94dfa

%38.07
%14.58
%47.35

CMYK Percentages of Color #c94dfa

%20
%69
%0
%2

Triadic Colors of #c94dfa

#c94dfa #fac94d #4dfac9

Analogous Colors of #c94dfa

#c94dfa #fa4dd5 #734dfa

Monochromatic Colors of #c94dfa

#c94dfa

Complementary Color

#c94dfa #7efa4d

#c94dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c94dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c94dfa Color CSS Codes

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

#c94dfa Text Font Color

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

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


#c94dfa Background Color

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

This div background color is #c94dfa


#c94dfa Border Color

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

This div border color is #c94dfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c94dfa


Comments

No comments written yet.

Please login to write comment.