Color Hex Logo

#d474de Color Hex

#D474DE
(212,116,222)
0 Favorites   0 Comments

Color spaces of #d474de

RGB 212116222
HSL0.820.620.66
HSV294°48°87°
CMYK 0.050.480.00   0.13
XYZ46.581631.761872.7828
Yxy31.76180.30820.2102
Hunter Lab56.357648.9109-37.1195
CIE-Lab63.145553.0664-38.4139

#d474de color RGB value is (212,116,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 01110100 11011110
Octal 324 164 336
Decimal 212 116 222
Hex D4 74 DE

RGB Percentages of Color #d474de

%38.55
%21.09
%40.36

CMYK Percentages of Color #d474de

%5
%48
%0
%13

Triadic Colors of #d474de

#d474de #ded474 #74ded4

Analogous Colors of #d474de

#d474de #de74b3 #9f74de

Monochromatic Colors of #d474de

#d474de

Complementary Color

#d474de #7ede74

#d474de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d474de Color Preview on White Background

Lorem ipsum dolor sit amet.

#d474de Color CSS Codes

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

#d474de Text Font Color

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

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


#d474de Background Color

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

This div background color is #d474de


#d474de Border Color

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

This div border color is #d474de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d474de


Comments

No comments written yet.

Please login to write comment.