Color Hex Logo

#d37eba Color Hex

#D37EBA
(211,126,186)
0 Favorites   0 Comments

Color spaces of #d37eba

RGB 211126186
HSL0.880.490.66
HSV318°40°83°
CMYK 0.000.400.12   0.17
XYZ43.187732.315850.4157
Yxy32.31580.34300.2566
Hunter Lab56.847036.1275-12.7894
CIE-Lab63.603041.2780-17.4801

#d37eba color RGB value is (211,126,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 01111110 10111010
Octal 323 176 272
Decimal 211 126 186
Hex D3 7E BA

RGB Percentages of Color #d37eba

%40.34
%24.09
%35.56

CMYK Percentages of Color #d37eba

%0
%40
%12
%17

Triadic Colors of #d37eba

#d37eba #bad37e #7ebad3

Analogous Colors of #d37eba

#d37eba #d37e90 #c27ed3

Monochromatic Colors of #d37eba

#d37eba

Complementary Color

#d37eba #7ed397

#d37eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d37eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#d37eba Color CSS Codes

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

#d37eba Text Font Color

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

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


#d37eba Background Color

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

This div background color is #d37eba


#d37eba Border Color

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

This div border color is #d37eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d37eba


Comments

No comments written yet.

Please login to write comment.