Color Hex Logo

#d37bde Color Hex

#D37BDE
(211,123,222)
0 Favorites   0 Comments

Color spaces of #d37bde

RGB 211123222
HSL0.810.600.68
HSV293°45°87°
CMYK 0.050.450.00   0.13
XYZ47.131733.288773.0485
Yxy33.28870.30710.2169
Hunter Lab57.696444.8466-34.6787
CIE-Lab64.394049.2308-36.4739

#d37bde color RGB value is (211,123,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 01111011 11011110
Octal 323 173 336
Decimal 211 123 222
Hex D3 7B DE

RGB Percentages of Color #d37bde

%37.95
%22.12
%39.93

CMYK Percentages of Color #d37bde

%5
%45
%0
%13

Triadic Colors of #d37bde

#d37bde #ded37b #7bded3

Analogous Colors of #d37bde

#d37bde #de7bb8 #a27bde

Monochromatic Colors of #d37bde

#d37bde

Complementary Color

#d37bde #86de7b

#d37bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d37bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#d37bde Color CSS Codes

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

#d37bde Text Font Color

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

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


#d37bde Background Color

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

This div background color is #d37bde


#d37bde Border Color

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

This div border color is #d37bde


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,123,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 #d37bde">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d37bde


Comments

No comments written yet.

Please login to write comment.