Color Hex Logo

#d07fec Color Hex

#D07FEC
(208,127,236)
0 Favorites   0 Comments

Color spaces of #d07fec

RGB 208127236
HSL0.790.740.71
HSV285°46°93°
CMYK 0.120.460.00   0.07
XYZ48.742134.644883.4750
Yxy34.64480.29210.2076
Hunter Lab58.859844.8120-42.8832
CIE-Lab65.471249.0448-42.5792

#d07fec color RGB value is (208,127,236).

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

The process color (four color CMYK) of #d07fec color hex is 0.12, 0.46, 0.00, 0.07. Web safe color of #d07fec is #cc66ff. Color #d07fec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01111111 11101100
Octal 320 177 354
Decimal 208 127 236
Hex D0 7F EC

RGB Percentages of Color #d07fec

%36.43
%22.24
%41.33

CMYK Percentages of Color #d07fec

%12
%46
%0
%7

Triadic Colors of #d07fec

#d07fec #ecd07f #7fecd0

Analogous Colors of #d07fec

#d07fec #ec7fd2 #9a7fec

Monochromatic Colors of #d07fec

#d07fec

Complementary Color

#d07fec #9bec7f

#d07fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d07fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d07fec Color CSS Codes

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

#d07fec Text Font Color

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

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


#d07fec Background Color

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

This div background color is #d07fec


#d07fec Border Color

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

This div border color is #d07fec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d07fec


Comments

No comments written yet.

Please login to write comment.