Color Hex Logo

#d6399f Color Hex

#D6399F
(214,57,159)
0 Favorites   0 Comments

Color spaces of #d6399f

RGB 21457159
HSL0.890.660.53
HSV321°73°84°
CMYK 0.000.730.26   0.16
XYZ35.452719.725634.7397
Yxy19.72560.39430.2194
Hunter Lab44.413564.7624-15.2864
CIE-Lab51.525568.8625-20.2400

#d6399f color RGB value is (214,57,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 00111001 10011111
Octal 326 71 237
Decimal 214 57 159
Hex D6 39 9F

RGB Percentages of Color #d6399f

%49.77
%13.26
%36.98

CMYK Percentages of Color #d6399f

%0
%73
%26
%16

Triadic Colors of #d6399f

#d6399f #9fd639 #399fd6

Analogous Colors of #d6399f

#d6399f #d63951 #bf39d6

Monochromatic Colors of #d6399f

#d6399f

Complementary Color

#d6399f #39d670

#d6399f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6399f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6399f Color CSS Codes

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

#d6399f Text Font Color

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

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


#d6399f Background Color

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

This div background color is #d6399f


#d6399f Border Color

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

This div border color is #d6399f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6399f


Comments

No comments written yet.

Please login to write comment.