Color Hex Logo

#d37eef Color Hex

#D37EEF
(211,126,239)
0 Favorites   0 Comments

Color spaces of #d37eef

RGB 211126239
HSL0.790.780.72
HSV285°47°94°
CMYK 0.120.470.00   0.06
XYZ49.904835.002685.7873
Yxy35.00260.29240.2051
Hunter Lab59.163047.0320-44.5574
CIE-Lab65.750750.9973-43.7721

#d37eef color RGB value is (211,126,239).

#d37eef hex color red value is 211, green value is 126 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #d37eef hue: 0.79 , saturation: 0.78 and the lightness value of d37eef is 0.72.

The process color (four color CMYK) of #d37eef color hex is 0.12, 0.47, 0.00, 0.06. Web safe color of #d37eef is #cc66ff. Color #d37eef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01111110 11101111
Octal 323 176 357
Decimal 211 126 239
Hex D3 7E EF

RGB Percentages of Color #d37eef

%36.63
%21.88
%41.49

CMYK Percentages of Color #d37eef

%12
%47
%0
%6

Triadic Colors of #d37eef

#d37eef #efd37e #7eefd3

Analogous Colors of #d37eef

#d37eef #ef7ed3 #9b7eef

Monochromatic Colors of #d37eef

#d37eef

Complementary Color

#d37eef #9aef7e

#d37eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d37eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d37eef Color CSS Codes

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

#d37eef Text Font Color

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

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


#d37eef Background Color

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

This div background color is #d37eef


#d37eef Border Color

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

This div border color is #d37eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d37eef


Comments

No comments written yet.

Please login to write comment.