Color Hex Logo

#d484df Color Hex

#D484DF
(212,132,223)
0 Favorites   0 Comments

Color spaces of #d484df

RGB 212132223
HSL0.810.590.70
HSV293°41°87°
CMYK 0.050.410.00   0.13
XYZ48.721935.827374.1595
Yxy35.82730.30700.2257
Hunter Lab59.855940.5487-31.5592
CIE-Lab66.387845.0388-33.9195

#d484df color RGB value is (212,132,223).

#d484df hex color red value is 212, green value is 132 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #d484df hue: 0.81 , saturation: 0.59 and the lightness value of d484df is 0.70.

The process color (four color CMYK) of #d484df color hex is 0.05, 0.41, 0.00, 0.13. Web safe color of #d484df is #cc99cc. Color #d484df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10000100 11011111
Octal 324 204 337
Decimal 212 132 223
Hex D4 84 DF

RGB Percentages of Color #d484df

%37.39
%23.28
%39.33

CMYK Percentages of Color #d484df

%5
%41
%0
%13

Triadic Colors of #d484df

#d484df #dfd484 #84dfd4

Analogous Colors of #d484df

#d484df #df84bd #a784df

Monochromatic Colors of #d484df

#d484df

Complementary Color

#d484df #8fdf84

#d484df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d484df Color Preview on White Background

Lorem ipsum dolor sit amet.

#d484df Color CSS Codes

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

#d484df Text Font Color

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

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


#d484df Background Color

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

This div background color is #d484df


#d484df Border Color

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

This div border color is #d484df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d484df


Comments

No comments written yet.

Please login to write comment.