Color Hex Logo

#c91edd Color Hex

#C91EDD
(201,30,221)
0 Favorites   0 Comments

Color spaces of #c91edd

RGB 20130221
HSL0.820.760.49
HSV294°86°87°
CMYK 0.090.860.00   0.13
XYZ37.602818.566570.0084
Yxy18.56650.29800.1471
Hunter Lab43.088980.3679-66.1689
CIE-Lab50.176181.8126-58.5241

#c91edd color RGB value is (201,30,221).

#c91edd hex color red value is 201, green value is 30 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c91edd hue: 0.82 , saturation: 0.76 and the lightness value of c91edd is 0.49.

The process color (four color CMYK) of #c91edd color hex is 0.09, 0.86, 0.00, 0.13. Web safe color of #c91edd is #cc33cc. Color #c91edd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00011110 11011101
Octal 311 36 335
Decimal 201 30 221
Hex C9 1E DD

RGB Percentages of Color #c91edd

%44.47
%6.64
%48.89

CMYK Percentages of Color #c91edd

%9
%86
%0
%13

Triadic Colors of #c91edd

#c91edd #ddc91e #1eddc9

Analogous Colors of #c91edd

#c91edd #dd1e92 #6a1edd

Monochromatic Colors of #c91edd

#c91edd

Complementary Color

#c91edd #32dd1e

#c91edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c91edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c91edd Color CSS Codes

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

#c91edd Text Font Color

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

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


#c91edd Background Color

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

This div background color is #c91edd


#c91edd Border Color

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

This div border color is #c91edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c91edd


Comments

No comments written yet.

Please login to write comment.