Color Hex Logo

#d485df Color Hex

#D485DF
(212,133,223)
0 Favorites   0 Comments

Color spaces of #d485df

RGB 212133223
HSL0.810.580.70
HSV293°40°87°
CMYK 0.050.400.00   0.13
XYZ48.858236.099874.2049
Yxy36.09980.30700.2268
Hunter Lab60.083140.0066-31.1672
CIE-Lab66.596144.5135-33.5962

#d485df color RGB value is (212,133,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 10000101 11011111
Octal 324 205 337
Decimal 212 133 223
Hex D4 85 DF

RGB Percentages of Color #d485df

%37.32
%23.42
%39.26

CMYK Percentages of Color #d485df

%5
%40
%0
%13

Triadic Colors of #d485df

#d485df #dfd485 #85dfd4

Analogous Colors of #d485df

#d485df #df85bd #a785df

Monochromatic Colors of #d485df

#d485df

Complementary Color

#d485df #90df85

#d485df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d485df Color Preview on White Background

Lorem ipsum dolor sit amet.

#d485df Color CSS Codes

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

#d485df Text Font Color

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

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


#d485df Background Color

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

This div background color is #d485df


#d485df Border Color

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

This div border color is #d485df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d485df


Comments

No comments written yet.

Please login to write comment.