Color Hex Logo

#d939be Color Hex

#D939BE
(217,57,190)
0 Favorites   0 Comments

Color spaces of #d939be

RGB 21757190
HSL0.860.680.54
HSV310°74°85°
CMYK 0.000.740.12   0.15
XYZ39.372721.395750.7698
Yxy21.39570.35300.1918
Hunter Lab46.255570.9922-32.6976
CIE-Lab53.379973.6742-35.4676

#d939be color RGB value is (217,57,190).

#d939be hex color red value is 217, green value is 57 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #d939be hue: 0.86 , saturation: 0.68 and the lightness value of d939be is 0.54.

The process color (four color CMYK) of #d939be color hex is 0.00, 0.74, 0.12, 0.15. Web safe color of #d939be is #cc33cc. Color #d939be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 00111001 10111110
Octal 331 71 276
Decimal 217 57 190
Hex D9 39 BE

RGB Percentages of Color #d939be

%46.77
%12.28
%40.95

CMYK Percentages of Color #d939be

%0
%74
%12
%15

Triadic Colors of #d939be

#d939be #bed939 #39bed9

Analogous Colors of #d939be

#d939be #d9396e #a439d9

Monochromatic Colors of #d939be

#d939be

Complementary Color

#d939be #39d954

#d939be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d939be Color Preview on White Background

Lorem ipsum dolor sit amet.

#d939be Color CSS Codes

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

#d939be Text Font Color

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

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


#d939be Background Color

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

This div background color is #d939be


#d939be Border Color

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

This div border color is #d939be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d939be


Comments

No comments written yet.

Please login to write comment.