Color Hex Logo

#d97cec Color Hex

#D97CEC
(217,124,236)
0 Favorites   0 Comments

Color spaces of #d97cec

RGB 217124236
HSL0.810.750.71
HSV290°47°93°
CMYK 0.080.470.00   0.07
XYZ50.963235.223183.4696
Yxy35.22310.30040.2076
Hunter Lab59.349149.4176-41.8422
CIE-Lab65.922053.0906-41.7980

#d97cec color RGB value is (217,124,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01111100 11101100
Octal 331 174 354
Decimal 217 124 236
Hex D9 7C EC

RGB Percentages of Color #d97cec

%37.61
%21.49
%40.90

CMYK Percentages of Color #d97cec

%8
%47
%0
%7

Triadic Colors of #d97cec

#d97cec #ecd97c #7cecd9

Analogous Colors of #d97cec

#d97cec #ec7cc7 #a17cec

Monochromatic Colors of #d97cec

#d97cec

Complementary Color

#d97cec #8fec7c

#d97cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d97cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d97cec Color CSS Codes

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

#d97cec Text Font Color

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

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


#d97cec Background Color

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

This div background color is #d97cec


#d97cec Border Color

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

This div border color is #d97cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d97cec


Comments

No comments written yet.

Please login to write comment.