Color Hex Logo

#d479de Color Hex

#D479DE
(212,121,222)
0 Favorites   0 Comments

Color spaces of #d479de

RGB 212121222
HSL0.820.600.67
HSV294°45°87°
CMYK 0.050.450.00   0.13
XYZ47.173632.945772.9801
Yxy32.94570.30810.2152
Hunter Lab57.398346.2555-35.2064
CIE-Lab64.116950.5424-36.8970

#d479de color RGB value is (212,121,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 01111001 11011110
Octal 324 171 336
Decimal 212 121 222
Hex D4 79 DE

RGB Percentages of Color #d479de

%38.20
%21.80
%40.00

CMYK Percentages of Color #d479de

%5
%45
%0
%13

Triadic Colors of #d479de

#d479de #ded479 #79ded4

Analogous Colors of #d479de

#d479de #de79b6 #a279de

Monochromatic Colors of #d479de

#d479de

Complementary Color

#d479de #83de79

#d479de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d479de Color Preview on White Background

Lorem ipsum dolor sit amet.

#d479de Color CSS Codes

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

#d479de Text Font Color

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

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


#d479de Background Color

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

This div background color is #d479de


#d479de Border Color

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

This div border color is #d479de


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(212,121,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d479de; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d479de;
  -webkit-box-shadow: 1px 1px 3px 2px #d479de;
  box-shadow:         1px 1px 3px 2px #d479de; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,121,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d479de


Comments

No comments written yet.

Please login to write comment.