Color Hex Logo

#d28fda Color Hex

#D28FDA
(210,143,218)
0 Favorites   0 Comments

Color spaces of #d28fda

RGB 210143218
HSL0.820.500.71
HSV294°34°85°
CMYK 0.040.340.00   0.15
XYZ49.055738.408571.1577
Yxy38.40850.30930.2421
Hunter Lab61.974632.8353-24.6931
CIE-Lab68.320637.6192-28.1800

#d28fda color RGB value is (210,143,218).

#d28fda hex color red value is 210, green value is 143 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #d28fda hue: 0.82 , saturation: 0.50 and the lightness value of d28fda is 0.71.

The process color (four color CMYK) of #d28fda color hex is 0.04, 0.34, 0.00, 0.15. Web safe color of #d28fda is #cc99cc. Color #d28fda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 10001111 11011010
Octal 322 217 332
Decimal 210 143 218
Hex D2 8F DA

RGB Percentages of Color #d28fda

%36.78
%25.04
%38.18

CMYK Percentages of Color #d28fda

%4
%34
%0
%15

Triadic Colors of #d28fda

#d28fda #dad28f #8fdad2

Analogous Colors of #d28fda

#d28fda #da8fbd #ad8fda

Monochromatic Colors of #d28fda

#d28fda

Complementary Color

#d28fda #97da8f

#d28fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d28fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#d28fda Color CSS Codes

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

#d28fda Text Font Color

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

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


#d28fda Background Color

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

This div background color is #d28fda


#d28fda Border Color

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

This div border color is #d28fda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(210,143,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d28fda">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d28fda


Comments

No comments written yet.

Please login to write comment.