Color Hex Logo

#d477de Color Hex

#D477DE
(212,119,222)
0 Favorites   0 Comments

Color spaces of #d477de

RGB 212119222
HSL0.820.610.67
HSV294°46°87°
CMYK 0.050.460.00   0.13
XYZ46.933032.464672.8999
Yxy32.46460.30820.2132
Hunter Lab56.977747.3209-35.9739
CIE-Lab63.725051.5574-37.5085

#d477de color RGB value is (212,119,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 01110111 11011110
Octal 324 167 336
Decimal 212 119 222
Hex D4 77 DE

RGB Percentages of Color #d477de

%38.34
%21.52
%40.14

CMYK Percentages of Color #d477de

%5
%46
%0
%13

Triadic Colors of #d477de

#d477de #ded477 #77ded4

Analogous Colors of #d477de

#d477de #de77b5 #a177de

Monochromatic Colors of #d477de

#d477de

Complementary Color

#d477de #81de77

#d477de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d477de Color Preview on White Background

Lorem ipsum dolor sit amet.

#d477de Color CSS Codes

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

#d477de Text Font Color

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

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


#d477de Background Color

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

This div background color is #d477de


#d477de Border Color

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

This div border color is #d477de


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,119,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 #d477de">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d477de


Comments

No comments written yet.

Please login to write comment.