Color Hex Logo

#d28fbf Color Hex

#D28FBF
(210,143,191)
0 Favorites   0 Comments

Color spaces of #d28fbf

RGB 210143191
HSL0.880.430.69
HSV317°32°82°
CMYK 0.000.320.09   0.18
XYZ45.804837.108154.0386
Yxy37.10810.33450.2710
Hunter Lab60.916427.6155-9.9543
CIE-Lab67.358132.7054-14.6268

#d28fbf color RGB value is (210,143,191).

#d28fbf hex color red value is 210, green value is 143 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #d28fbf hue: 0.88 , saturation: 0.43 and the lightness value of d28fbf is 0.69.

The process color (four color CMYK) of #d28fbf color hex is 0.00, 0.32, 0.09, 0.18. Web safe color of #d28fbf is #cc99cc. Color #d28fbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 10001111 10111111
Octal 322 217 277
Decimal 210 143 191
Hex D2 8F BF

RGB Percentages of Color #d28fbf

%38.60
%26.29
%35.11

CMYK Percentages of Color #d28fbf

%0
%32
%9
%18

Triadic Colors of #d28fbf

#d28fbf #bfd28f #8fbfd2

Analogous Colors of #d28fbf

#d28fbf #d28f9e #c48fd2

Monochromatic Colors of #d28fbf

#d28fbf

Complementary Color

#d28fbf #8fd2a2

#d28fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d28fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d28fbf Color CSS Codes

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

#d28fbf Text Font Color

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

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


#d28fbf Background Color

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

This div background color is #d28fbf


#d28fbf Border Color

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

This div border color is #d28fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d28fbf


Comments

No comments written yet.

Please login to write comment.