Color Hex Logo

#d83993 Color Hex

#D83993
(216,57,147)
0 Favorites   0 Comments

Color spaces of #d83993

RGB 21657147
HSL0.910.670.54
HSV326°74°85°
CMYK 0.000.740.32   0.15
XYZ35.048519.631829.5458
Yxy19.63180.41610.2331
Hunter Lab44.307863.6591-8.5210
CIE-Lab51.418367.9515-13.2432

#d83993 color RGB value is (216,57,147).

#d83993 hex color red value is 216, green value is 57 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #d83993 hue: 0.91 , saturation: 0.67 and the lightness value of d83993 is 0.54.

The process color (four color CMYK) of #d83993 color hex is 0.00, 0.74, 0.32, 0.15. Web safe color of #d83993 is #cc3399. Color #d83993 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00111001 10010011
Octal 330 71 223
Decimal 216 57 147
Hex D8 39 93

RGB Percentages of Color #d83993

%51.43
%13.57
%35.00

CMYK Percentages of Color #d83993

%0
%74
%32
%15

Triadic Colors of #d83993

#d83993 #93d839 #3993d8

Analogous Colors of #d83993

#d83993 #d83944 #ce39d8

Monochromatic Colors of #d83993

#d83993

Complementary Color

#d83993 #39d87e

#d83993 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d83993 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d83993 Color CSS Codes

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

#d83993 Text Font Color

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

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


#d83993 Background Color

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

This div background color is #d83993


#d83993 Border Color

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

This div border color is #d83993


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(216,57,147, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d83993; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d83993;
  -webkit-box-shadow: 1px 1px 3px 2px #d83993;
  box-shadow:         1px 1px 3px 2px #d83993; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,57,147, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d83993


Comments

No comments written yet.

Please login to write comment.