Color Hex Logo

#d280dc Color Hex

#D280DC
(210,128,220)
0 Favorites   0 Comments

Color spaces of #d280dc

RGB 210128220
HSL0.820.570.68
HSV293°42°86°
CMYK 0.050.420.00   0.14
XYZ47.215834.307371.8436
Yxy34.30730.30790.2237
Hunter Lab58.572441.3888-31.7230
CIE-Lab65.205845.9671-34.1063

#d280dc color RGB value is (210,128,220).

#d280dc hex color red value is 210, green value is 128 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #d280dc hue: 0.82 , saturation: 0.57 and the lightness value of d280dc is 0.68.

The process color (four color CMYK) of #d280dc color hex is 0.05, 0.42, 0.00, 0.14. Web safe color of #d280dc is #cc99cc. Color #d280dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 10000000 11011100
Octal 322 200 334
Decimal 210 128 220
Hex D2 80 DC

RGB Percentages of Color #d280dc

%37.63
%22.94
%39.43

CMYK Percentages of Color #d280dc

%5
%42
%0
%14

Triadic Colors of #d280dc

#d280dc #dcd280 #80dcd2

Analogous Colors of #d280dc

#d280dc #dc80b8 #a480dc

Monochromatic Colors of #d280dc

#d280dc

Complementary Color

#d280dc #8adc80

#d280dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d280dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d280dc Color CSS Codes

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

#d280dc Text Font Color

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

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


#d280dc Background Color

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

This div background color is #d280dc


#d280dc Border Color

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

This div border color is #d280dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d280dc


Comments

No comments written yet.

Please login to write comment.