Color Hex Logo

#d480fd Color Hex

#D480FD
(212,128,253)
0 Favorites   0 Comments

Color spaces of #d480fd

RGB 212128253
HSL0.780.970.75
HSV280°49°99°
CMYK 0.160.490.00   0.01
XYZ52.600236.527297.2066
Yxy36.52720.28230.1960
Hunter Lab60.437749.5862-53.0542
CIE-Lab66.920853.0889-49.6119

#d480fd color RGB value is (212,128,253).

#d480fd hex color red value is 212, green value is 128 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #d480fd hue: 0.78 , saturation: 0.97 and the lightness value of d480fd is 0.75.

The process color (four color CMYK) of #d480fd color hex is 0.16, 0.49, 0.00, 0.01. Web safe color of #d480fd is #cc99ff. Color #d480fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10000000 11111101
Octal 324 200 375
Decimal 212 128 253
Hex D4 80 FD

RGB Percentages of Color #d480fd

%35.75
%21.59
%42.66

CMYK Percentages of Color #d480fd

%16
%49
%0
%1

Triadic Colors of #d480fd

#d480fd #fdd480 #80fdd4

Analogous Colors of #d480fd

#d480fd #fd80e8 #9680fd

Monochromatic Colors of #d480fd

#d480fd

Complementary Color

#d480fd #a9fd80

#d480fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d480fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d480fd Color CSS Codes

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

#d480fd Text Font Color

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

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


#d480fd Background Color

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

This div background color is #d480fd


#d480fd Border Color

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

This div border color is #d480fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d480fd


Comments

No comments written yet.

Please login to write comment.