Color Hex Logo

#d70ffa Color Hex

#D70FFA
(215,15,250)
0 Favorites   0 Comments

Color spaces of #d70ffa

RGB 21515250
HSL0.810.960.52
HSV291°94°98°
CMYK 0.140.940.00   0.02
XYZ45.450521.690892.2337
Yxy21.69080.28520.1361
Hunter Lab46.573492.6929-84.8163
CIE-Lab53.697490.5742-69.0693

#d70ffa color RGB value is (215,15,250).

#d70ffa hex color red value is 215, green value is 15 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #d70ffa hue: 0.81 , saturation: 0.96 and the lightness value of d70ffa is 0.52.

The process color (four color CMYK) of #d70ffa color hex is 0.14, 0.94, 0.00, 0.02. Web safe color of #d70ffa is #cc00ff. Color #d70ffa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00001111 11111010
Octal 327 17 372
Decimal 215 15 250
Hex D7 F FA

RGB Percentages of Color #d70ffa

%44.79
%3.13
%52.08

CMYK Percentages of Color #d70ffa

%14
%94
%0
%2

Triadic Colors of #d70ffa

#d70ffa #fad70f #0ffad7

Analogous Colors of #d70ffa

#d70ffa #fa0fa8 #610ffa

Monochromatic Colors of #d70ffa

#d70ffa

Complementary Color

#d70ffa #32fa0f

#d70ffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d70ffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d70ffa Color CSS Codes

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

#d70ffa Text Font Color

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

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


#d70ffa Background Color

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

This div background color is #d70ffa


#d70ffa Border Color

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

This div border color is #d70ffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d70ffa


Comments

No comments written yet.

Please login to write comment.