Color Hex Logo

#d37fbe Color Hex

#D37FBE
(211,127,190)
0 Favorites   0 Comments

Color spaces of #d37fbe

RGB 211127190
HSL0.880.490.66
HSV315°40°83°
CMYK 0.000.400.10   0.17
XYZ43.747632.745352.7299
Yxy32.74530.33850.2534
Hunter Lab57.223536.3228-14.5777
CIE-Lab63.954141.4186-19.2068

#d37fbe color RGB value is (211,127,190).

#d37fbe hex color red value is 211, green value is 127 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #d37fbe hue: 0.88 , saturation: 0.49 and the lightness value of d37fbe is 0.66.

The process color (four color CMYK) of #d37fbe color hex is 0.00, 0.40, 0.10, 0.17. Web safe color of #d37fbe is #cc66cc. Color #d37fbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01111111 10111110
Octal 323 177 276
Decimal 211 127 190
Hex D3 7F BE

RGB Percentages of Color #d37fbe

%39.96
%24.05
%35.98

CMYK Percentages of Color #d37fbe

%0
%40
%10
%17

Triadic Colors of #d37fbe

#d37fbe #bed37f #7fbed3

Analogous Colors of #d37fbe

#d37fbe #d37f94 #be7fd3

Monochromatic Colors of #d37fbe

#d37fbe

Complementary Color

#d37fbe #7fd394

#d37fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d37fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d37fbe Color CSS Codes

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

#d37fbe Text Font Color

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

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


#d37fbe Background Color

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

This div background color is #d37fbe


#d37fbe Border Color

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

This div border color is #d37fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d37fbe


Comments

No comments written yet.

Please login to write comment.