Color Hex Logo

#d483de Color Hex

#D483DE
(212,131,222)
0 Favorites   0 Comments

Color spaces of #d483de

RGB 212131222
HSL0.820.580.69
HSV293°41°87°
CMYK 0.050.410.00   0.13
XYZ48.452535.503673.4064
Yxy35.50360.30790.2256
Hunter Lab59.584940.8768-31.3337
CIE-Lab66.138945.3726-33.7510

#d483de color RGB value is (212,131,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 10000011 11011110
Octal 324 203 336
Decimal 212 131 222
Hex D4 83 DE

RGB Percentages of Color #d483de

%37.52
%23.19
%39.29

CMYK Percentages of Color #d483de

%5
%41
%0
%13

Triadic Colors of #d483de

#d483de #ded483 #83ded4

Analogous Colors of #d483de

#d483de #de83bb #a783de

Monochromatic Colors of #d483de

#d483de

Complementary Color

#d483de #8dde83

#d483de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d483de Color Preview on White Background

Lorem ipsum dolor sit amet.

#d483de Color CSS Codes

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

#d483de Text Font Color

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

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


#d483de Background Color

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

This div background color is #d483de


#d483de Border Color

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

This div border color is #d483de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d483de


Comments

No comments written yet.

Please login to write comment.