Color Hex Logo

#d474df Color Hex

#D474DF
(212,116,223)
0 Favorites   0 Comments

Color spaces of #d474df

RGB 212116223
HSL0.820.630.66
HSV294°48°87°
CMYK 0.050.480.00   0.13
XYZ46.716131.815573.4908
Yxy31.81550.30730.2093
Hunter Lab56.405249.1286-37.7657
CIE-Lab63.190153.2533-38.9022

#d474df color RGB value is (212,116,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 01110100 11011111
Octal 324 164 337
Decimal 212 116 223
Hex D4 74 DF

RGB Percentages of Color #d474df

%38.48
%21.05
%40.47

CMYK Percentages of Color #d474df

%5
%48
%0
%13

Triadic Colors of #d474df

#d474df #dfd474 #74dfd4

Analogous Colors of #d474df

#d474df #df74b5 #9f74df

Monochromatic Colors of #d474df

#d474df

Complementary Color

#d474df #7fdf74

#d474df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d474df Color Preview on White Background

Lorem ipsum dolor sit amet.

#d474df Color CSS Codes

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

#d474df Text Font Color

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

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


#d474df Background Color

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

This div background color is #d474df


#d474df Border Color

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

This div border color is #d474df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d474df


Comments

No comments written yet.

Please login to write comment.