Color Hex Logo

#d480ef Color Hex

#D480EF
(212,128,239)
0 Favorites   0 Comments

Color spaces of #d480ef

RGB 212128239
HSL0.790.780.72
HSV285°46°94°
CMYK 0.110.460.00   0.06
XYZ50.450535.667485.8868
Yxy35.66740.29330.2074
Hunter Lab59.722246.2746-43.4597
CIE-Lab66.265050.2454-42.9567

#d480ef color RGB value is (212,128,239).

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

The process color (four color CMYK) of #d480ef color hex is 0.11, 0.46, 0.00, 0.06. Web safe color of #d480ef is #cc99ff. Color #d480ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10000000 11101111
Octal 324 200 357
Decimal 212 128 239
Hex D4 80 EF

RGB Percentages of Color #d480ef

%36.61
%22.11
%41.28

CMYK Percentages of Color #d480ef

%11
%46
%0
%6

Triadic Colors of #d480ef

#d480ef #efd480 #80efd4

Analogous Colors of #d480ef

#d480ef #ef80d3 #9d80ef

Monochromatic Colors of #d480ef

#d480ef

Complementary Color

#d480ef #9bef80

#d480ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d480ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d480ef Color CSS Codes

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

#d480ef Text Font Color

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

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


#d480ef Background Color

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

This div background color is #d480ef


#d480ef Border Color

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

This div border color is #d480ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d480ef


Comments

No comments written yet.

Please login to write comment.