Color Hex Logo

#d484ed Color Hex

#D484ED
(212,132,237)
0 Favorites   0 Comments

Color spaces of #d484ed

RGB 212132237
HSL0.790.740.72
HSV286°44°93°
CMYK 0.110.440.00   0.07
XYZ50.688736.614084.5164
Yxy36.61400.29500.2131
Hunter Lab60.509543.6375-40.4564
CIE-Lab66.986447.7719-40.7248

#d484ed color RGB value is (212,132,237).

#d484ed hex color red value is 212, green value is 132 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #d484ed hue: 0.79 , saturation: 0.74 and the lightness value of d484ed is 0.72.

The process color (four color CMYK) of #d484ed color hex is 0.11, 0.44, 0.00, 0.07. Web safe color of #d484ed is #cc99ff. Color #d484ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10000100 11101101
Octal 324 204 355
Decimal 212 132 237
Hex D4 84 ED

RGB Percentages of Color #d484ed

%36.49
%22.72
%40.79

CMYK Percentages of Color #d484ed

%11
%44
%0
%7

Triadic Colors of #d484ed

#d484ed #edd484 #84edd4

Analogous Colors of #d484ed

#d484ed #ed84d2 #a084ed

Monochromatic Colors of #d484ed

#d484ed

Complementary Color

#d484ed #9ded84

#d484ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d484ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#d484ed Color CSS Codes

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

#d484ed Text Font Color

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

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


#d484ed Background Color

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

This div background color is #d484ed


#d484ed Border Color

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

This div border color is #d484ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d484ed


Comments

No comments written yet.

Please login to write comment.