Color Hex Logo

#d64abc Color Hex

#D64ABC
(214,74,188)
0 Favorites   0 Comments

Color spaces of #d64abc

RGB 21474188
HSL0.860.630.56
HSV311°65°84°
CMYK 0.000.650.12   0.16
XYZ39.257422.824549.9134
Yxy22.82450.35050.2038
Hunter Lab47.775063.0698-28.5013
CIE-Lab54.891166.7961-31.9851

#d64abc color RGB value is (214,74,188).

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

The process color (four color CMYK) of #d64abc color hex is 0.00, 0.65, 0.12, 0.16. Web safe color of #d64abc is #cc33cc. Color #d64abc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01001010 10111100
Octal 326 112 274
Decimal 214 74 188
Hex D6 4A BC

RGB Percentages of Color #d64abc

%44.96
%15.55
%39.50

CMYK Percentages of Color #d64abc

%0
%65
%12
%16

Triadic Colors of #d64abc

#d64abc #bcd64a #4abcd6

Analogous Colors of #d64abc

#d64abc #d64a76 #aa4ad6

Monochromatic Colors of #d64abc

#d64abc

Complementary Color

#d64abc #4ad664

#d64abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d64abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d64abc Color CSS Codes

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

#d64abc Text Font Color

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

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


#d64abc Background Color

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

This div background color is #d64abc


#d64abc Border Color

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

This div border color is #d64abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d64abc


Comments

No comments written yet.

Please login to write comment.