Color Hex Logo

#d28cdf Color Hex

#D28CDF
(210,140,223)
0 Favorites   0 Comments

Color spaces of #d28cdf

RGB 210140223
HSL0.810.560.71
HSV291°37°87°
CMYK 0.060.370.00   0.13
XYZ49.275737.785574.5083
Yxy37.78550.30500.2339
Hunter Lab61.469935.5174-28.8371
CIE-Lab67.862240.1937-31.6528

#d28cdf color RGB value is (210,140,223).

#d28cdf hex color red value is 210, green value is 140 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #d28cdf hue: 0.81 , saturation: 0.56 and the lightness value of d28cdf is 0.71.

The process color (four color CMYK) of #d28cdf color hex is 0.06, 0.37, 0.00, 0.13. Web safe color of #d28cdf is #cc99cc. Color #d28cdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 10001100 11011111
Octal 322 214 337
Decimal 210 140 223
Hex D2 8C DF

RGB Percentages of Color #d28cdf

%36.65
%24.43
%38.92

CMYK Percentages of Color #d28cdf

%6
%37
%0
%13

Triadic Colors of #d28cdf

#d28cdf #dfd28c #8cdfd2

Analogous Colors of #d28cdf

#d28cdf #df8cc3 #a98cdf

Monochromatic Colors of #d28cdf

#d28cdf

Complementary Color

#d28cdf #99df8c

#d28cdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d28cdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d28cdf Color CSS Codes

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

#d28cdf Text Font Color

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

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


#d28cdf Background Color

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

This div background color is #d28cdf


#d28cdf Border Color

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

This div border color is #d28cdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d28cdf


Comments

No comments written yet.

Please login to write comment.