Color Hex Logo

#d485de Color Hex

#D485DE
(212,133,222)
0 Favorites   0 Comments

Color spaces of #d485de

RGB 212133222
HSL0.810.570.70
HSV293°40°87°
CMYK 0.050.400.00   0.13
XYZ48.723736.046073.4968
Yxy36.04600.30790.2278
Hunter Lab60.038339.7934-30.5539
CIE-Lab66.555144.3226-33.1054

#d485de color RGB value is (212,133,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 10000101 11011110
Octal 324 205 336
Decimal 212 133 222
Hex D4 85 DE

RGB Percentages of Color #d485de

%37.39
%23.46
%39.15

CMYK Percentages of Color #d485de

%5
%40
%0
%13

Triadic Colors of #d485de

#d485de #ded485 #85ded4

Analogous Colors of #d485de

#d485de #de85bc #a885de

Monochromatic Colors of #d485de

#d485de

Complementary Color

#d485de #8fde85

#d485de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d485de Color Preview on White Background

Lorem ipsum dolor sit amet.

#d485de Color CSS Codes

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

#d485de Text Font Color

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

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


#d485de Background Color

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

This div background color is #d485de


#d485de Border Color

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

This div border color is #d485de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d485de


Comments

No comments written yet.

Please login to write comment.