Color Hex Logo

#d64882 Color Hex

#D64882
(214,72,130)
0 Favorites   0 Comments

Color spaces of #d64882

RGB 21472130
HSL0.930.630.56
HSV335°66°84°
CMYK 0.000.660.39   0.16
XYZ34.078220.542623.2881
Yxy20.54260.43740.2637
Hunter Lab45.323954.89381.2627
CIE-Lab52.445260.1855-1.5975

#d64882 color RGB value is (214,72,130).

#d64882 hex color red value is 214, green value is 72 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #d64882 hue: 0.93 , saturation: 0.63 and the lightness value of d64882 is 0.56.

The process color (four color CMYK) of #d64882 color hex is 0.00, 0.66, 0.39, 0.16. Web safe color of #d64882 is #cc3399. Color #d64882 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01001000 10000010
Octal 326 110 202
Decimal 214 72 130
Hex D6 48 82

RGB Percentages of Color #d64882

%51.44
%17.31
%31.25

CMYK Percentages of Color #d64882

%0
%66
%39
%16

Triadic Colors of #d64882

#d64882 #82d648 #4882d6

Analogous Colors of #d64882

#d64882 #d65548 #d648c9

Monochromatic Colors of #d64882

#d64882

Complementary Color

#d64882 #48d69c

#d64882 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d64882 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d64882 Color CSS Codes

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

#d64882 Text Font Color

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

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


#d64882 Background Color

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

This div background color is #d64882


#d64882 Border Color

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

This div border color is #d64882


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d64882


Comments

No comments written yet.

Please login to write comment.