Color Hex Logo

#d007fd Color Hex

#D007FD
(208,7,253)
0 Favorites   0 Comments

Color spaces of #d007fd

RGB 2087253
HSL0.800.980.51
HSV289°97°99°
CMYK 0.180.970.00   0.01
XYZ43.818020.653794.6056
Yxy20.65370.27550.1298
Hunter Lab45.446392.5732-91.6115
CIE-Lab52.568490.7021-72.6243

#d007fd color RGB value is (208,7,253).

#d007fd hex color red value is 208, green value is 7 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #d007fd hue: 0.80 , saturation: 0.98 and the lightness value of d007fd is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 00000111 11111101
Octal 320 7 375
Decimal 208 7 253
Hex D0 7 FD

RGB Percentages of Color #d007fd

%44.44
%1.50
%54.06

CMYK Percentages of Color #d007fd

%18
%97
%0
%1

Triadic Colors of #d007fd

#d007fd #fdd007 #07fdd0

Analogous Colors of #d007fd

#d007fd #fd07af #5507fd

Monochromatic Colors of #d007fd

#d007fd

Complementary Color

#d007fd #34fd07

#d007fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d007fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d007fd Color CSS Codes

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

#d007fd Text Font Color

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

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


#d007fd Background Color

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

This div background color is #d007fd


#d007fd Border Color

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

This div border color is #d007fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d007fd

Related Colors


Comments

No comments written yet.

Please login to write comment.