Color Hex Logo

#d28ffa Color Hex

#D28FFA
(210,143,250)
0 Favorites   0 Comments

Color spaces of #d28ffa

RGB 210143250
HSL0.770.910.77
HSV278°43°98°
CMYK 0.160.430.00   0.02
XYZ53.656140.248795.3833
Yxy40.24870.28350.2126
Hunter Lab63.441939.9435-44.7318
CIE-Lab69.646344.0697-43.7011

#d28ffa color RGB value is (210,143,250).

#d28ffa hex color red value is 210, green value is 143 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #d28ffa hue: 0.77 , saturation: 0.91 and the lightness value of d28ffa is 0.77.

The process color (four color CMYK) of #d28ffa color hex is 0.16, 0.43, 0.00, 0.02. Web safe color of #d28ffa is #cc99ff. Color #d28ffa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 10001111 11111010
Octal 322 217 372
Decimal 210 143 250
Hex D2 8F FA

RGB Percentages of Color #d28ffa

%34.83
%23.71
%41.46

CMYK Percentages of Color #d28ffa

%16
%43
%0
%2

Triadic Colors of #d28ffa

#d28ffa #fad28f #8ffad2

Analogous Colors of #d28ffa

#d28ffa #fa8fed #9d8ffa

Monochromatic Colors of #d28ffa

#d28ffa

Complementary Color

#d28ffa #b7fa8f

#d28ffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d28ffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d28ffa Color CSS Codes

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

#d28ffa Text Font Color

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

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


#d28ffa Background Color

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

This div background color is #d28ffa


#d28ffa Border Color

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

This div border color is #d28ffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d28ffa


Comments

No comments written yet.

Please login to write comment.