Color Hex Logo

#d070fa Color Hex

#D070FA
(208,112,250)
0 Favorites   0 Comments

Color spaces of #d070fa

RGB 208112250
HSL0.780.930.71
HSV282°55°98°
CMYK 0.170.550.00   0.02
XYZ49.061931.900494.0140
Yxy31.90040.28040.1823
Hunter Lab56.480456.2138-59.1543
CIE-Lab63.260559.4471-53.7910

#d070fa color RGB value is (208,112,250).

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

The process color (four color CMYK) of #d070fa color hex is 0.17, 0.55, 0.00, 0.02. Web safe color of #d070fa is #cc66ff. Color #d070fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01110000 11111010
Octal 320 160 372
Decimal 208 112 250
Hex D0 70 FA

RGB Percentages of Color #d070fa

%36.49
%19.65
%43.86

CMYK Percentages of Color #d070fa

%17
%55
%0
%2

Triadic Colors of #d070fa

#d070fa #fad070 #70fad0

Analogous Colors of #d070fa

#d070fa #fa70df #8b70fa

Monochromatic Colors of #d070fa

#d070fa

Complementary Color

#d070fa #9afa70

#d070fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d070fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d070fa Color CSS Codes

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

#d070fa Text Font Color

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

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


#d070fa Background Color

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

This div background color is #d070fa


#d070fa Border Color

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

This div border color is #d070fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d070fa


Comments

No comments written yet.

Please login to write comment.