Color Hex Logo

#d007ff Color Hex

#D007FF
(208,7,255)
0 Favorites   0 Comments

Color spaces of #d007ff

RGB 2087255
HSL0.801.000.51
HSV289°97°100°
CMYK 0.180.970.00   0.00
XYZ44.138420.781996.2927
Yxy20.78190.27380.1289
Hunter Lab45.587293.0497-93.3258
CIE-Lab52.710091.0310-73.5080

#d007ff color RGB value is (208,7,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 00000111 11111111
Octal 320 7 377
Decimal 208 7 255
Hex D0 7 FF

RGB Percentages of Color #d007ff

%44.26
%1.49
%54.26

CMYK Percentages of Color #d007ff

%18
%97
%0
%0

Triadic Colors of #d007ff

#d007ff #ffd007 #07ffd0

Analogous Colors of #d007ff

#d007ff #ff07b2 #5407ff

Monochromatic Colors of #d007ff

#d007ff

Complementary Color

#d007ff #36ff07

#d007ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d007ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d007ff Color CSS Codes

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

#d007ff Text Font Color

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

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


#d007ff Background Color

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

This div background color is #d007ff


#d007ff Border Color

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

This div border color is #d007ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d007ff

Related Colors


Comments

No comments written yet.

Please login to write comment.