Color Hex Logo

#d6518d Color Hex

#D6518D
(214,81,141)
0 Favorites   0 Comments

Color spaces of #d6518d

RGB 21481141
HSL0.920.620.58
HSV333°62°84°
CMYK 0.000.620.34   0.16
XYZ35.481722.104127.5957
Yxy22.10410.41650.2595
Hunter Lab47.015052.4357-1.8901
CIE-Lab54.137357.7031-5.6416

#d6518d color RGB value is (214,81,141).

#d6518d hex color red value is 214, green value is 81 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #d6518d hue: 0.92 , saturation: 0.62 and the lightness value of d6518d is 0.58.

The process color (four color CMYK) of #d6518d color hex is 0.00, 0.62, 0.34, 0.16. Web safe color of #d6518d is #cc6699. Color #d6518d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01010001 10001101
Octal 326 121 215
Decimal 214 81 141
Hex D6 51 8D

RGB Percentages of Color #d6518d

%49.08
%18.58
%32.34

CMYK Percentages of Color #d6518d

%0
%62
%34
%16

Triadic Colors of #d6518d

#d6518d #8dd651 #518dd6

Analogous Colors of #d6518d

#d6518d #d65751 #d651d0

Monochromatic Colors of #d6518d

#d6518d

Complementary Color

#d6518d #51d69a

#d6518d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6518d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6518d Color CSS Codes

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

#d6518d Text Font Color

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

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


#d6518d Background Color

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

This div background color is #d6518d


#d6518d Border Color

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

This div border color is #d6518d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(214,81,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d6518d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d6518d;
  -webkit-box-shadow: 1px 1px 3px 2px #d6518d;
  box-shadow:         1px 1px 3px 2px #d6518d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,81,141, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6518d


Comments

No comments written yet.

Please login to write comment.