Color Hex Logo

#d070ff Color Hex

#D070FF
(208,112,255)
0 Favorites   0 Comments

Color spaces of #d070ff

RGB 208112255
HSL0.781.000.72
HSV280°56°100°
CMYK 0.180.560.00   0.00
XYZ49.856632.218298.1988
Yxy32.21820.27660.1787
Hunter Lab56.761157.4552-62.8412
CIE-Lab63.522860.4703-56.1235

#d070ff color RGB value is (208,112,255).

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

The process color (four color CMYK) of #d070ff color hex is 0.18, 0.56, 0.00, 0.00. Web safe color of #d070ff is #cc66ff. Color #d070ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01110000 11111111
Octal 320 160 377
Decimal 208 112 255
Hex D0 70 FF

RGB Percentages of Color #d070ff

%36.17
%19.48
%44.35

CMYK Percentages of Color #d070ff

%18
%56
%0
%0

Triadic Colors of #d070ff

#d070ff #ffd070 #70ffd0

Analogous Colors of #d070ff

#d070ff #ff70e7 #8970ff

Monochromatic Colors of #d070ff

#d070ff

Complementary Color

#d070ff #9fff70

#d070ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d070ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d070ff Color CSS Codes

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

#d070ff Text Font Color

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

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


#d070ff Background Color

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

This div background color is #d070ff


#d070ff Border Color

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

This div border color is #d070ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d070ff


Comments

No comments written yet.

Please login to write comment.