Color Hex Logo

#d37eca Color Hex

#D37ECA
(211,126,202)
0 Favorites   0 Comments

Color spaces of #d37eca

RGB 211126202
HSL0.850.490.66
HSV306°40°83°
CMYK 0.000.400.04   0.17
XYZ44.985533.034959.8825
Yxy33.03490.32620.2396
Hunter Lab57.476039.1260-21.5393
CIE-Lab64.189244.0131-25.6042

#d37eca color RGB value is (211,126,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 01111110 11001010
Octal 323 176 312
Decimal 211 126 202
Hex D3 7E CA

RGB Percentages of Color #d37eca

%39.15
%23.38
%37.48

CMYK Percentages of Color #d37eca

%0
%40
%4
%17

Triadic Colors of #d37eca

#d37eca #cad37e #7ecad3

Analogous Colors of #d37eca

#d37eca #d37ea0 #b27ed3

Monochromatic Colors of #d37eca

#d37eca

Complementary Color

#d37eca #7ed387

#d37eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d37eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d37eca Color CSS Codes

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

#d37eca Text Font Color

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

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


#d37eca Background Color

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

This div background color is #d37eca


#d37eca Border Color

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

This div border color is #d37eca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d37eca


Comments

No comments written yet.

Please login to write comment.