Color Hex Logo

#d28feb Color Hex

#D28FEB
(210,143,235)
0 Favorites   0 Comments

Color spaces of #d28feb

RGB 210143235
HSL0.790.700.74
HSV284°39°92°
CMYK 0.110.390.00   0.08
XYZ51.396239.344783.4827
Yxy39.34470.29500.2258
Hunter Lab62.725436.4908-35.0028
CIE-Lab69.000240.9696-36.5003

#d28feb color RGB value is (210,143,235).

#d28feb hex color red value is 210, green value is 143 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #d28feb hue: 0.79 , saturation: 0.70 and the lightness value of d28feb is 0.74.

The process color (four color CMYK) of #d28feb color hex is 0.11, 0.39, 0.00, 0.08. Web safe color of #d28feb is #cc99ff. Color #d28feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 10001111 11101011
Octal 322 217 353
Decimal 210 143 235
Hex D2 8F EB

RGB Percentages of Color #d28feb

%35.71
%24.32
%39.97

CMYK Percentages of Color #d28feb

%11
%39
%0
%8

Triadic Colors of #d28feb

#d28feb #ebd28f #8febd2

Analogous Colors of #d28feb

#d28feb #eb8fd6 #a48feb

Monochromatic Colors of #d28feb

#d28feb

Complementary Color

#d28feb #a8eb8f

#d28feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d28feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d28feb Color CSS Codes

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

#d28feb Text Font Color

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

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


#d28feb Background Color

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

This div background color is #d28feb


#d28feb Border Color

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

This div border color is #d28feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d28feb


Comments

No comments written yet.

Please login to write comment.