Color Hex Logo

#d07fdc Color Hex

#D07FDC
(208,127,220)
0 Favorites   0 Comments

Color spaces of #d07fdc

RGB 208127220
HSL0.810.570.68
HSV292°42°86°
CMYK 0.050.420.00   0.14
XYZ46.520133.755971.7738
Yxy33.75590.30600.2220
Hunter Lab58.099841.2489-32.5742
CIE-Lab64.768445.8979-34.8041

#d07fdc color RGB value is (208,127,220).

#d07fdc hex color red value is 208, green value is 127 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #d07fdc hue: 0.81 , saturation: 0.57 and the lightness value of d07fdc is 0.68.

The process color (four color CMYK) of #d07fdc color hex is 0.05, 0.42, 0.00, 0.14. Web safe color of #d07fdc is #cc66cc. Color #d07fdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01111111 11011100
Octal 320 177 334
Decimal 208 127 220
Hex D0 7F DC

RGB Percentages of Color #d07fdc

%37.48
%22.88
%39.64

CMYK Percentages of Color #d07fdc

%5
%42
%0
%14

Triadic Colors of #d07fdc

#d07fdc #dcd07f #7fdcd0

Analogous Colors of #d07fdc

#d07fdc #dc7fba #a27fdc

Monochromatic Colors of #d07fdc

#d07fdc

Complementary Color

#d07fdc #8bdc7f

#d07fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d07fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d07fdc Color CSS Codes

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

#d07fdc Text Font Color

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

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


#d07fdc Background Color

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

This div background color is #d07fdc


#d07fdc Border Color

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

This div border color is #d07fdc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(208,127,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d07fdc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d07fdc;
  -webkit-box-shadow: 1px 1px 3px 2px #d07fdc;
  box-shadow:         1px 1px 3px 2px #d07fdc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,127,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d07fdc


Comments

No comments written yet.

Please login to write comment.