color codes Logo

#c91dbd color codes

#C91DBD
(201,29,189)
0 Favorites   0 Comments

Color spaces of #c91dbd

RGB 20129189
HSL0.840.750.45
HSV304°86°79°
CMYK 0.000.860.06   0.21
XYZ33.712116.970449.6429
Yxy16.97040.33600.1692
Hunter Lab41.195173.9842-42.6118
CIE-Lab48.222777.1094-43.2032

#c91dbd color RGB value is (201,29,189).

#c91dbd hex color red value is 201, green value is 29 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #c91dbd hue: 0.84 , saturation: 0.75 and the lightness value of c91dbd is 0.45.

The process color (four color CMYK) of #c91dbd color code is 0.00, 0.86, 0.06, 0.21. Web safe color of #c91dbd is #cc33cc. Color #c91dbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00011101 10111101
Octal 311 35 275
Decimal 201 29 189
Hex C9 1D BD

RGB Percentages of Color #c91dbd

%47.97
%6.92
%45.11

CMYK Percentages of Color #c91dbd

%0
%86
%6
%21

Triadic Colors of #c91dbd

#c91dbd #bdc91d #1dbdc9

Analogous Colors of #c91dbd

#c91dbd #c91d67 #7f1dc9

Monochromatic Colors of #c91dbd

#c91dbd

Complementary Color

#c91dbd #1dc929

#c91dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c91dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c91dbd Color CSS Codes

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

#c91dbd Text Font Color

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

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


#c91dbd Background Color

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

This div background color is #c91dbd


#c91dbd Border Color

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

This div border color is #c91dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c91dbd


Comments

No comments written yet.

Please login to write comment.