Color Hex Logo

#d97bec Color Hex

#D97BEC
(217,123,236)
0 Favorites   0 Comments

Color spaces of #d97bec

RGB 217123236
HSL0.810.750.70
HSV290°48°93°
CMYK 0.080.480.00   0.07
XYZ50.838634.973883.4280
Yxy34.97380.30040.2067
Hunter Lab59.138749.9551-42.2445
CIE-Lab65.728353.5944-42.1016

#d97bec color RGB value is (217,123,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01111011 11101100
Octal 331 173 354
Decimal 217 123 236
Hex D9 7B EC

RGB Percentages of Color #d97bec

%37.67
%21.35
%40.97

CMYK Percentages of Color #d97bec

%8
%48
%0
%7

Triadic Colors of #d97bec

#d97bec #ecd97b #7becd9

Analogous Colors of #d97bec

#d97bec #ec7bc7 #a17bec

Monochromatic Colors of #d97bec

#d97bec

Complementary Color

#d97bec #8eec7b

#d97bec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d97bec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d97bec Color CSS Codes

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

#d97bec Text Font Color

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

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


#d97bec Background Color

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

This div background color is #d97bec


#d97bec Border Color

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

This div border color is #d97bec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d97bec


Comments

No comments written yet.

Please login to write comment.