Color Hex Logo

#c91dbc Color Hex

#C91DBC
(201,29,188)
0 Favorites   0 Comments

Color spaces of #c91dbc

RGB 20129188
HSL0.850.750.45
HSV305°86°79°
CMYK 0.000.860.06   0.21
XYZ33.603916.927149.0731
Yxy16.92710.33740.1699
Hunter Lab41.142673.7935-41.9188
CIE-Lab48.168176.9660-42.7063

#c91dbc color RGB value is (201,29,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 00011101 10111100
Octal 311 35 274
Decimal 201 29 188
Hex C9 1D BC

RGB Percentages of Color #c91dbc

%48.09
%6.94
%44.98

CMYK Percentages of Color #c91dbc

%0
%86
%6
%21

Triadic Colors of #c91dbc

#c91dbc #bcc91d #1dbcc9

Analogous Colors of #c91dbc

#c91dbc #c91d66 #801dc9

Monochromatic Colors of #c91dbc

#c91dbc

Complementary Color

#c91dbc #1dc92a

#c91dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c91dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c91dbc Color CSS Codes

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

#c91dbc Text Font Color

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

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


#c91dbc Background Color

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

This div background color is #c91dbc


#c91dbc Border Color

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

This div border color is #c91dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c91dbc


Comments

No comments written yet.

Please login to write comment.