Color Hex Logo

#d17cec Color Hex

#D17CEC
(209,124,236)
0 Favorites   0 Comments

Color spaces of #d17cec

RGB 209124236
HSL0.790.750.71
HSV286°47°93°
CMYK 0.110.470.00   0.07
XYZ48.642534.026783.3610
Yxy34.02670.29300.2049
Hunter Lab58.332446.7667-43.8968
CIE-Lab64.983850.8730-43.3363

#d17cec color RGB value is (209,124,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01111100 11101100
Octal 321 174 354
Decimal 209 124 236
Hex D1 7C EC

RGB Percentages of Color #d17cec

%36.73
%21.79
%41.48

CMYK Percentages of Color #d17cec

%11
%47
%0
%7

Triadic Colors of #d17cec

#d17cec #ecd17c #7cecd1

Analogous Colors of #d17cec

#d17cec #ec7ccf #997cec

Monochromatic Colors of #d17cec

#d17cec

Complementary Color

#d17cec #97ec7c

#d17cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d17cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d17cec Color CSS Codes

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

#d17cec Text Font Color

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

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


#d17cec Background Color

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

This div background color is #d17cec


#d17cec Border Color

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

This div border color is #d17cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d17cec


Comments

No comments written yet.

Please login to write comment.