Color Hex Logo

#d37bec Color Hex

#D37BEC
(211,123,236)
0 Favorites   0 Comments

Color spaces of #d37bec

RGB 211123236
HSL0.800.750.70
HSV287°48°93°
CMYK 0.110.480.00   0.07
XYZ49.087234.070983.3460
Yxy34.07090.29480.2046
Hunter Lab58.370347.9638-43.8001
CIE-Lab65.018851.9370-43.2648

#d37bec color RGB value is (211,123,236).

#d37bec hex color red value is 211, green value is 123 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #d37bec hue: 0.80 , saturation: 0.75 and the lightness value of d37bec is 0.70.

The process color (four color CMYK) of #d37bec color hex is 0.11, 0.48, 0.00, 0.07. Web safe color of #d37bec is #cc66ff. Color #d37bec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01111011 11101100
Octal 323 173 354
Decimal 211 123 236
Hex D3 7B EC

RGB Percentages of Color #d37bec

%37.02
%21.58
%41.40

CMYK Percentages of Color #d37bec

%11
%48
%0
%7

Triadic Colors of #d37bec

#d37bec #ecd37b #7becd3

Analogous Colors of #d37bec

#d37bec #ec7bcd #9b7bec

Monochromatic Colors of #d37bec

#d37bec

Complementary Color

#d37bec #94ec7b

#d37bec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d37bec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d37bec Color CSS Codes

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

#d37bec Text Font Color

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

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


#d37bec Background Color

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

This div background color is #d37bec


#d37bec Border Color

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

This div border color is #d37bec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d37bec


Comments

No comments written yet.

Please login to write comment.