Color Hex Logo

#d37eda Color Hex

#D37EDA
(211,126,218)
0 Favorites   0 Comments

Color spaces of #d37eda

RGB 211126218
HSL0.820.550.67
HSV295°42°85°
CMYK 0.030.420.00   0.15
XYZ46.979733.832570.3839
Yxy33.83250.31070.2238
Hunter Lab58.165742.3822-31.0284
CIE-Lab64.829446.9282-33.5679

#d37eda color RGB value is (211,126,218).

#d37eda hex color red value is 211, green value is 126 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #d37eda hue: 0.82 , saturation: 0.55 and the lightness value of d37eda is 0.67.

The process color (four color CMYK) of #d37eda color hex is 0.03, 0.42, 0.00, 0.15. Web safe color of #d37eda is #cc66cc. Color #d37eda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01111110 11011010
Octal 323 176 332
Decimal 211 126 218
Hex D3 7E DA

RGB Percentages of Color #d37eda

%38.02
%22.70
%39.28

CMYK Percentages of Color #d37eda

%3
%42
%0
%15

Triadic Colors of #d37eda

#d37eda #dad37e #7edad3

Analogous Colors of #d37eda

#d37eda #da7eb3 #a57eda

Monochromatic Colors of #d37eda

#d37eda

Complementary Color

#d37eda #85da7e

#d37eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d37eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#d37eda Color CSS Codes

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

#d37eda Text Font Color

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

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


#d37eda Background Color

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

This div background color is #d37eda


#d37eda Border Color

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

This div border color is #d37eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d37eda


Comments

No comments written yet.

Please login to write comment.