Color Hex Logo

#d17ccf Color Hex

#D17CCF
(209,124,207)
0 Favorites   0 Comments

Color spaces of #d17ccf

RGB 209124207
HSL0.840.480.65
HSV301°41°82°
CMYK 0.000.410.01   0.18
XYZ44.764632.475662.9405
Yxy32.47560.31930.2317
Hunter Lab56.987440.4871-25.5925
CIE-Lab63.734045.3360-29.1320

#d17ccf color RGB value is (209,124,207).

#d17ccf hex color red value is 209, green value is 124 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #d17ccf hue: 0.84 , saturation: 0.48 and the lightness value of d17ccf is 0.65.

The process color (four color CMYK) of #d17ccf color hex is 0.00, 0.41, 0.01, 0.18. Web safe color of #d17ccf is #cc66cc. Color #d17ccf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01111100 11001111
Octal 321 174 317
Decimal 209 124 207
Hex D1 7C CF

RGB Percentages of Color #d17ccf

%38.70
%22.96
%38.33

CMYK Percentages of Color #d17ccf

%0
%41
%1
%18

Triadic Colors of #d17ccf

#d17ccf #cfd17c #7ccfd1

Analogous Colors of #d17ccf

#d17ccf #d17ca5 #a97cd1

Monochromatic Colors of #d17ccf

#d17ccf

Complementary Color

#d17ccf #7cd17e

#d17ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d17ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d17ccf Color CSS Codes

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

#d17ccf Text Font Color

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

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


#d17ccf Background Color

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

This div background color is #d17ccf


#d17ccf Border Color

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

This div border color is #d17ccf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,124,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d17ccf


Comments

No comments written yet.

Please login to write comment.