Color Hex Logo

#d80ffa Color Hex

#D80FFA
(216,15,250)
0 Favorites   0 Comments

Color spaces of #d80ffa

RGB 21615250
HSL0.810.960.52
HSV291°94°98°
CMYK 0.140.940.00   0.02
XYZ45.745021.842792.2475
Yxy21.84270.28620.1367
Hunter Lab46.736292.9261-84.3108
CIE-Lab53.859790.7172-68.7989

#d80ffa color RGB value is (216,15,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 00001111 11111010
Octal 330 17 372
Decimal 216 15 250
Hex D8 F FA

RGB Percentages of Color #d80ffa

%44.91
%3.12
%51.98

CMYK Percentages of Color #d80ffa

%14
%94
%0
%2

Triadic Colors of #d80ffa

#d80ffa #fad80f #0ffad8

Analogous Colors of #d80ffa

#d80ffa #fa0fa7 #630ffa

Monochromatic Colors of #d80ffa

#d80ffa

Complementary Color

#d80ffa #31fa0f

#d80ffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d80ffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d80ffa Color CSS Codes

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

#d80ffa Text Font Color

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

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


#d80ffa Background Color

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

This div background color is #d80ffa


#d80ffa Border Color

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

This div border color is #d80ffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d80ffa


Comments

No comments written yet.

Please login to write comment.