color codes Logo

#d93d9a color codes

#D93D9A
(217,61,154)
0 Favorites   0 Comments

Color spaces of #d93d9a

RGB 21761154
HSL0.900.670.55
HSV324°72°85°
CMYK 0.000.720.29   0.15
XYZ36.116720.422332.6102
Yxy20.42230.40510.2291
Hunter Lab45.191063.5730-11.1504
CIE-Lab52.311467.7085-16.0336

#d93d9a color RGB value is (217,61,154).

#d93d9a hex color red value is 217, green value is 61 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #d93d9a hue: 0.90 , saturation: 0.67 and the lightness value of d93d9a is 0.55.

The process color (four color CMYK) of #d93d9a color code is 0.00, 0.72, 0.29, 0.15. Web safe color of #d93d9a is #cc3399. Color #d93d9a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 00111101 10011010
Octal 331 75 232
Decimal 217 61 154
Hex D9 3D 9A

RGB Percentages of Color #d93d9a

%50.23
%14.12
%35.65

CMYK Percentages of Color #d93d9a

%0
%72
%29
%15

Triadic Colors of #d93d9a

#d93d9a #9ad93d #3d9ad9

Analogous Colors of #d93d9a

#d93d9a #d93d4c #ca3dd9

Monochromatic Colors of #d93d9a

#d93d9a

Complementary Color

#d93d9a #3dd97c

#d93d9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d93d9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d93d9a Color CSS Codes

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

#d93d9a Text Font Color

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

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


#d93d9a Background Color

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

This div background color is #d93d9a


#d93d9a Border Color

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

This div border color is #d93d9a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(217,61,154, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d93d9a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d93d9a;
  -webkit-box-shadow: 1px 1px 3px 2px #d93d9a;
  box-shadow:         1px 1px 3px 2px #d93d9a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,61,154, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d93d9a


Comments

No comments written yet.

Please login to write comment.