Color Hex Logo

#d37ebc Color Hex

#D37EBC
(211,126,188)
0 Favorites   0 Comments

Color spaces of #d37ebc

RGB 211126188
HSL0.880.490.66
HSV316°40°83°
CMYK 0.000.400.11   0.17
XYZ43.401932.401451.5435
Yxy32.40140.34080.2544
Hunter Lab56.922236.4883-13.8420
CIE-Lab63.673341.6098-18.5043

#d37ebc color RGB value is (211,126,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 01111110 10111100
Octal 323 176 274
Decimal 211 126 188
Hex D3 7E BC

RGB Percentages of Color #d37ebc

%40.19
%24.00
%35.81

CMYK Percentages of Color #d37ebc

%0
%40
%11
%17

Triadic Colors of #d37ebc

#d37ebc #bcd37e #7ebcd3

Analogous Colors of #d37ebc

#d37ebc #d37e92 #c07ed3

Monochromatic Colors of #d37ebc

#d37ebc

Complementary Color

#d37ebc #7ed395

#d37ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d37ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d37ebc Color CSS Codes

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

#d37ebc Text Font Color

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

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


#d37ebc Background Color

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

This div background color is #d37ebc


#d37ebc Border Color

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

This div border color is #d37ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d37ebc


Comments

No comments written yet.

Please login to write comment.