Color Hex Logo

#d6389e Color Hex

#D6389E
(214,56,158)
0 Favorites   0 Comments

Color spaces of #d6389e

RGB 21456158
HSL0.890.660.53
HSV321°74°84°
CMYK 0.000.740.26   0.16
XYZ35.317319.593134.2682
Yxy19.59310.39600.2197
Hunter Lab44.264164.9589-14.9160
CIE-Lab51.374069.0568-19.8801

#d6389e color RGB value is (214,56,158).

#d6389e hex color red value is 214, green value is 56 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #d6389e hue: 0.89 , saturation: 0.66 and the lightness value of d6389e is 0.53.

The process color (four color CMYK) of #d6389e color hex is 0.00, 0.74, 0.26, 0.16. Web safe color of #d6389e is #cc3399. Color #d6389e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00111000 10011110
Octal 326 70 236
Decimal 214 56 158
Hex D6 38 9E

RGB Percentages of Color #d6389e

%50.00
%13.08
%36.92

CMYK Percentages of Color #d6389e

%0
%74
%26
%16

Triadic Colors of #d6389e

#d6389e #9ed638 #389ed6

Analogous Colors of #d6389e

#d6389e #d6384f #bf38d6

Monochromatic Colors of #d6389e

#d6389e

Complementary Color

#d6389e #38d670

#d6389e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6389e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6389e Color CSS Codes

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

#d6389e Text Font Color

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

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


#d6389e Background Color

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

This div background color is #d6389e


#d6389e Border Color

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

This div border color is #d6389e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6389e


Comments

No comments written yet.

Please login to write comment.