Color Hex Logo

#d37dde Color Hex

#D37DDE
(211,125,222)
0 Favorites   0 Comments

Color spaces of #d37dde

RGB 211125222
HSL0.810.600.68
HSV293°44°87°
CMYK 0.050.440.00   0.13
XYZ47.382433.790073.1320
Yxy33.79000.30710.2190
Hunter Lab58.129243.7734-33.9020
CIE-Lab64.795548.2005-35.8483

#d37dde color RGB value is (211,125,222).

#d37dde hex color red value is 211, green value is 125 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #d37dde hue: 0.81 , saturation: 0.60 and the lightness value of d37dde is 0.68.

The process color (four color CMYK) of #d37dde color hex is 0.05, 0.44, 0.00, 0.13. Web safe color of #d37dde is #cc66cc. Color #d37dde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01111101 11011110
Octal 323 175 336
Decimal 211 125 222
Hex D3 7D DE

RGB Percentages of Color #d37dde

%37.81
%22.40
%39.78

CMYK Percentages of Color #d37dde

%5
%44
%0
%13

Triadic Colors of #d37dde

#d37dde #ded37d #7dded3

Analogous Colors of #d37dde

#d37dde #de7db9 #a37dde

Monochromatic Colors of #d37dde

#d37dde

Complementary Color

#d37dde #88de7d

#d37dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d37dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#d37dde Color CSS Codes

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

#d37dde Text Font Color

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

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


#d37dde Background Color

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

This div background color is #d37dde


#d37dde Border Color

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

This div border color is #d37dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d37dde


Comments

No comments written yet.

Please login to write comment.