Color Hex Logo

#d707fa Color Hex

#D707FA
(215,7,250)
0 Favorites   0 Comments

Color spaces of #d707fa

RGB 2157250
HSL0.810.960.50
HSV291°97°98°
CMYK 0.140.970.00   0.02
XYZ45.355621.501292.2021
Yxy21.50120.28510.1352
Hunter Lab46.369493.4510-85.4352
CIE-Lab53.493791.1798-69.3988

#d707fa color RGB value is (215,7,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 00000111 11111010
Octal 327 7 372
Decimal 215 7 250
Hex D7 7 FA

RGB Percentages of Color #d707fa

%45.55
%1.48
%52.97

CMYK Percentages of Color #d707fa

%14
%97
%0
%2

Triadic Colors of #d707fa

#d707fa #fad707 #07fad7

Analogous Colors of #d707fa

#d707fa #fa07a4 #5d07fa

Monochromatic Colors of #d707fa

#d707fa

Complementary Color

#d707fa #2afa07

#d707fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d707fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d707fa Color CSS Codes

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

#d707fa Text Font Color

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

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


#d707fa Background Color

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

This div background color is #d707fa


#d707fa Border Color

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

This div border color is #d707fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d707fa

Related Colors


Comments

No comments written yet.

Please login to write comment.