Color Hex Logo

#d707fe Color Hex

#D707FE
(215,7,254)
0 Favorites   0 Comments

Color spaces of #d707fe

RGB 2157254
HSL0.810.990.51
HSV291°97°100°
CMYK 0.150.970.00   0.00
XYZ45.989721.754895.5411
Yxy21.75480.28170.1332
Hunter Lab46.642094.3799-88.7996
CIE-Lab53.765991.8191-71.1867

#d707fe color RGB value is (215,7,254).

#d707fe hex color red value is 215, green value is 7 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #d707fe hue: 0.81 , saturation: 0.99 and the lightness value of d707fe is 0.51.

The process color (four color CMYK) of #d707fe color hex is 0.15, 0.97, 0.00, 0.00. Web safe color of #d707fe is #cc00ff. Color #d707fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00000111 11111110
Octal 327 7 376
Decimal 215 7 254
Hex D7 7 FE

RGB Percentages of Color #d707fe

%45.17
%1.47
%53.36

CMYK Percentages of Color #d707fe

%15
%97
%0
%0

Triadic Colors of #d707fe

#d707fe #fed707 #07fed7

Analogous Colors of #d707fe

#d707fe #fe07aa #5c07fe

Monochromatic Colors of #d707fe

#d707fe

Complementary Color

#d707fe #2efe07

#d707fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d707fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d707fe Color CSS Codes

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

#d707fe Text Font Color

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

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


#d707fe Background Color

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

This div background color is #d707fe


#d707fe Border Color

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

This div border color is #d707fe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(215,7,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d707fe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d707fe;
  -webkit-box-shadow: 1px 1px 3px 2px #d707fe;
  box-shadow:         1px 1px 3px 2px #d707fe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,7,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d707fe


Comments

No comments written yet.

Please login to write comment.