Color Hex Logo

#d278dd Color Hex

#D278DD
(210,120,221)
0 Favorites   0 Comments

Color spaces of #d278dd

RGB 210120221
HSL0.820.600.67
HSV293°46°87°
CMYK 0.050.460.00   0.13
XYZ46.346032.355072.2091
Yxy32.35500.30710.2144
Hunter Lab56.881545.8961-35.4496
CIE-Lab63.635250.2900-37.1089

#d278dd color RGB value is (210,120,221).

#d278dd hex color red value is 210, green value is 120 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d278dd hue: 0.82 , saturation: 0.60 and the lightness value of d278dd is 0.67.

The process color (four color CMYK) of #d278dd color hex is 0.05, 0.46, 0.00, 0.13. Web safe color of #d278dd is #cc66cc. Color #d278dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 01111000 11011101
Octal 322 170 335
Decimal 210 120 221
Hex D2 78 DD

RGB Percentages of Color #d278dd

%38.11
%21.78
%40.11

CMYK Percentages of Color #d278dd

%5
%46
%0
%13

Triadic Colors of #d278dd

#d278dd #ddd278 #78ddd2

Analogous Colors of #d278dd

#d278dd #dd78b6 #a078dd

Monochromatic Colors of #d278dd

#d278dd

Complementary Color

#d278dd #83dd78

#d278dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d278dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d278dd Color CSS Codes

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

#d278dd Text Font Color

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

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


#d278dd Background Color

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

This div background color is #d278dd


#d278dd Border Color

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

This div border color is #d278dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d278dd


Comments

No comments written yet.

Please login to write comment.