Color Hex Logo

#d64acc Color Hex

#D64ACC
(214,74,204)
0 Favorites   0 Comments

Color spaces of #d64acc

RGB 21474204
HSL0.850.630.56
HSV304°65°84°
CMYK 0.000.650.05   0.16
XYZ41.079423.553359.5079
Yxy23.55330.33090.1897
Hunter Lab48.531766.1597-38.7271
CIE-Lab55.637769.2515-40.0056

#d64acc color RGB value is (214,74,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 01001010 11001100
Octal 326 112 314
Decimal 214 74 204
Hex D6 4A CC

RGB Percentages of Color #d64acc

%43.50
%15.04
%41.46

CMYK Percentages of Color #d64acc

%0
%65
%5
%16

Triadic Colors of #d64acc

#d64acc #ccd64a #4accd6

Analogous Colors of #d64acc

#d64acc #d64a86 #9a4ad6

Monochromatic Colors of #d64acc

#d64acc

Complementary Color

#d64acc #4ad654

#d64acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d64acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d64acc Color CSS Codes

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

#d64acc Text Font Color

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

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


#d64acc Background Color

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

This div background color is #d64acc


#d64acc Border Color

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

This div border color is #d64acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d64acc


Comments

No comments written yet.

Please login to write comment.