Color Hex Logo

#d03993 Color Hex

#D03993
(208,57,147)
0 Favorites   0 Comments

Color spaces of #d03993

RGB 20857147
HSL0.900.620.52
HSV324°73°82°
CMYK 0.000.730.29   0.18
XYZ32.742018.442729.4379
Yxy18.44270.40610.2288
Hunter Lab42.945060.9379-10.5806
CIE-Lab50.028765.8969-15.4813

#d03993 color RGB value is (208,57,147).

#d03993 hex color red value is 208, green value is 57 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #d03993 hue: 0.90 , saturation: 0.62 and the lightness value of d03993 is 0.52.

The process color (four color CMYK) of #d03993 color hex is 0.00, 0.73, 0.29, 0.18. Web safe color of #d03993 is #cc3399. Color #d03993 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00111001 10010011
Octal 320 71 223
Decimal 208 57 147
Hex D0 39 93

RGB Percentages of Color #d03993

%50.49
%13.83
%35.68

CMYK Percentages of Color #d03993

%0
%73
%29
%18

Triadic Colors of #d03993

#d03993 #93d039 #3993d0

Analogous Colors of #d03993

#d03993 #d03948 #c239d0

Monochromatic Colors of #d03993

#d03993

Complementary Color

#d03993 #39d076

#d03993 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d03993 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d03993 Color CSS Codes

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

#d03993 Text Font Color

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

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


#d03993 Background Color

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

This div background color is #d03993


#d03993 Border Color

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

This div border color is #d03993


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,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 #d03993">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d03993


Comments

No comments written yet.

Please login to write comment.