Color Hex Logo

#d070fd Color Hex

#D070FD
(208,112,253)
0 Favorites   0 Comments

Color spaces of #d070fd

RGB 208112253
HSL0.780.970.72
HSV281°56°99°
CMYK 0.180.560.00   0.01
XYZ49.536232.090196.5117
Yxy32.09010.27810.1801
Hunter Lab56.648156.9559-61.3590
CIE-Lab63.417360.0595-55.1925

#d070fd color RGB value is (208,112,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01110000 11111101
Octal 320 160 375
Decimal 208 112 253
Hex D0 70 FD

RGB Percentages of Color #d070fd

%36.30
%19.55
%44.15

CMYK Percentages of Color #d070fd

%18
%56
%0
%1

Triadic Colors of #d070fd

#d070fd #fdd070 #70fdd0

Analogous Colors of #d070fd

#d070fd #fd70e4 #8a70fd

Monochromatic Colors of #d070fd

#d070fd

Complementary Color

#d070fd #9dfd70

#d070fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d070fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d070fd Color CSS Codes

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

#d070fd Text Font Color

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

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


#d070fd Background Color

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

This div background color is #d070fd


#d070fd Border Color

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

This div border color is #d070fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d070fd

Related Colors


Comments

No comments written yet.

Please login to write comment.