Color Hex Logo

#d007fe Color Hex

#D007FE
(208,7,254)
0 Favorites   0 Comments

Color spaces of #d007fe

RGB 2087254
HSL0.800.990.51
HSV289°97°100°
CMYK 0.180.970.00   0.00
XYZ43.977820.717695.4469
Yxy20.71760.27460.1294
Hunter Lab45.516692.8114-92.4677
CIE-Lab52.639090.8666-73.0665

#d007fe color RGB value is (208,7,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 00000111 11111110
Octal 320 7 376
Decimal 208 7 254
Hex D0 7 FE

RGB Percentages of Color #d007fe

%44.35
%1.49
%54.16

CMYK Percentages of Color #d007fe

%18
%97
%0
%0

Triadic Colors of #d007fe

#d007fe #fed007 #07fed0

Analogous Colors of #d007fe

#d007fe #fe07b1 #5507fe

Monochromatic Colors of #d007fe

#d007fe

Complementary Color

#d007fe #35fe07

#d007fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d007fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d007fe Color CSS Codes

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

#d007fe Text Font Color

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

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


#d007fe Background Color

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

This div background color is #d007fe


#d007fe Border Color

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

This div border color is #d007fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d007fe


Comments

No comments written yet.

Please login to write comment.