Color Hex Logo

#d0387e Color Hex

#D0387E
(208,56,126)
0 Favorites   0 Comments

Color spaces of #d0387e

RGB 20856126
HSL0.920.620.52
HSV332°73°82°
CMYK 0.000.730.39   0.18
XYZ31.192517.744621.5197
Yxy17.74460.44270.2519
Hunter Lab42.124358.4592-0.8019
CIE-Lab49.184963.9155-4.1113

#d0387e color RGB value is (208,56,126).

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

The process color (four color CMYK) of #d0387e color hex is 0.00, 0.73, 0.39, 0.18. Web safe color of #d0387e is #cc3366. Color #d0387e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00111000 01111110
Octal 320 70 176
Decimal 208 56 126
Hex D0 38 7E

RGB Percentages of Color #d0387e

%53.33
%14.36
%32.31

CMYK Percentages of Color #d0387e

%0
%73
%39
%18

Triadic Colors of #d0387e

#d0387e #7ed038 #387ed0

Analogous Colors of #d0387e

#d0387e #d03e38 #d038ca

Monochromatic Colors of #d0387e

#d0387e

Complementary Color

#d0387e #38d08a

#d0387e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0387e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0387e Color CSS Codes

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

#d0387e Text Font Color

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

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


#d0387e Background Color

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

This div background color is #d0387e


#d0387e Border Color

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

This div border color is #d0387e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,56,126, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0387e


Comments

No comments written yet.

Please login to write comment.