Color Hex Logo

#d480e0 Color Hex

#D480E0
(212,128,224)
0 Favorites   0 Comments

Color spaces of #d480e0

RGB 212128224
HSL0.810.610.69
HSV293°43°88°
CMYK 0.050.430.00   0.12
XYZ48.325134.817274.6944
Yxy34.81720.30620.2206
Hunter Lab59.006142.9281-33.7495
CIE-Lab65.606147.3187-35.6893

#d480e0 color RGB value is (212,128,224).

#d480e0 hex color red value is 212, green value is 128 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #d480e0 hue: 0.81 , saturation: 0.61 and the lightness value of d480e0 is 0.69.

The process color (four color CMYK) of #d480e0 color hex is 0.05, 0.43, 0.00, 0.12. Web safe color of #d480e0 is #cc99cc. Color #d480e0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10000000 11100000
Octal 324 200 340
Decimal 212 128 224
Hex D4 80 E0

RGB Percentages of Color #d480e0

%37.59
%22.70
%39.72

CMYK Percentages of Color #d480e0

%5
%43
%0
%12

Triadic Colors of #d480e0

#d480e0 #e0d480 #80e0d4

Analogous Colors of #d480e0

#d480e0 #e080bc #a480e0

Monochromatic Colors of #d480e0

#d480e0

Complementary Color

#d480e0 #8ce080

#d480e0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d480e0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d480e0 Color CSS Codes

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

#d480e0 Text Font Color

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

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


#d480e0 Background Color

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

This div background color is #d480e0


#d480e0 Border Color

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

This div border color is #d480e0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d480e0


Comments

No comments written yet.

Please login to write comment.