Color Hex Logo

#c91dfa Color Hex

#C91DFA
(201,29,250)
0 Favorites   0 Comments

Color spaces of #c91dfa

RGB 20129250
HSL0.800.960.55
HSV287°88°98°
CMYK 0.200.880.00   0.02
XYZ41.782120.198492.1390
Yxy20.19840.27110.1311
Hunter Lab44.942687.2976-90.0934
CIE-Lab52.060886.8128-71.8262

#c91dfa color RGB value is (201,29,250).

#c91dfa hex color red value is 201, green value is 29 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #c91dfa hue: 0.80 , saturation: 0.96 and the lightness value of c91dfa is 0.55.

The process color (four color CMYK) of #c91dfa color hex is 0.20, 0.88, 0.00, 0.02. Web safe color of #c91dfa is #cc33ff. Color #c91dfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00011101 11111010
Octal 311 35 372
Decimal 201 29 250
Hex C9 1D FA

RGB Percentages of Color #c91dfa

%41.88
%6.04
%52.08

CMYK Percentages of Color #c91dfa

%20
%88
%0
%2

Triadic Colors of #c91dfa

#c91dfa #fac91d #1dfac9

Analogous Colors of #c91dfa

#c91dfa #fa1dbd #5b1dfa

Monochromatic Colors of #c91dfa

#c91dfa

Complementary Color

#c91dfa #4efa1d

#c91dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c91dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c91dfa Color CSS Codes

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

#c91dfa Text Font Color

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

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


#c91dfa Background Color

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

This div background color is #c91dfa


#c91dfa Border Color

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

This div border color is #c91dfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c91dfa


Comments

No comments written yet.

Please login to write comment.