Color Hex Logo

#d480ec Color Hex

#D480EC
(212,128,236)
0 Favorites   0 Comments

Color spaces of #d480ec

RGB 212128236
HSL0.800.740.71
HSV287°46°93°
CMYK 0.100.460.00   0.07
XYZ50.010935.491583.5716
Yxy35.49150.29580.2099
Hunter Lab59.574745.5887-41.4698
CIE-Lab66.129549.6500-41.5147

#d480ec color RGB value is (212,128,236).

#d480ec hex color red value is 212, green value is 128 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #d480ec hue: 0.80 , saturation: 0.74 and the lightness value of d480ec is 0.71.

The process color (four color CMYK) of #d480ec color hex is 0.10, 0.46, 0.00, 0.07. Web safe color of #d480ec is #cc99ff. Color #d480ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10000000 11101100
Octal 324 200 354
Decimal 212 128 236
Hex D4 80 EC

RGB Percentages of Color #d480ec

%36.81
%22.22
%40.97

CMYK Percentages of Color #d480ec

%10
%46
%0
%7

Triadic Colors of #d480ec

#d480ec #ecd480 #80ecd4

Analogous Colors of #d480ec

#d480ec #ec80ce #9e80ec

Monochromatic Colors of #d480ec

#d480ec

Complementary Color

#d480ec #98ec80

#d480ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d480ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d480ec Color CSS Codes

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

#d480ec Text Font Color

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

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


#d480ec Background Color

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

This div background color is #d480ec


#d480ec Border Color

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

This div border color is #d480ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d480ec


Comments

No comments written yet.

Please login to write comment.