Color Hex Logo

#d481dc Color Hex

#D481DC
(212,129,220)
0 Favorites   0 Comments

Color spaces of #d481dc

RGB 212129220
HSL0.820.570.68
HSV295°41°86°
CMYK 0.040.410.00   0.14
XYZ47.919934.864971.9141
Yxy34.86490.30980.2254
Hunter Lab59.046541.5324-30.8781
CIE-Lab65.643346.0396-33.4088

#d481dc color RGB value is (212,129,220).

#d481dc hex color red value is 212, green value is 129 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #d481dc hue: 0.82 , saturation: 0.57 and the lightness value of d481dc is 0.68.

The process color (four color CMYK) of #d481dc color hex is 0.04, 0.41, 0.00, 0.14. Web safe color of #d481dc is #cc99cc. Color #d481dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10000001 11011100
Octal 324 201 334
Decimal 212 129 220
Hex D4 81 DC

RGB Percentages of Color #d481dc

%37.79
%22.99
%39.22

CMYK Percentages of Color #d481dc

%4
%41
%0
%14

Triadic Colors of #d481dc

#d481dc #dcd481 #81dcd4

Analogous Colors of #d481dc

#d481dc #dc81b7 #a781dc

Monochromatic Colors of #d481dc

#d481dc

Complementary Color

#d481dc #89dc81

#d481dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d481dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d481dc Color CSS Codes

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

#d481dc Text Font Color

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

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


#d481dc Background Color

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

This div background color is #d481dc


#d481dc Border Color

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

This div border color is #d481dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d481dc


Comments

No comments written yet.

Please login to write comment.