Color Hex Logo

#d94ad4 Color Hex

#D94AD4
(217,74,212)
0 Favorites   0 Comments

Color spaces of #d94ad4

RGB 21774212
HSL0.840.650.57
HSV302°66°85°
CMYK 0.000.660.02   0.15
XYZ42.947724.402764.7340
Yxy24.40270.32520.1848
Hunter Lab49.399168.7400-43.1160
CIE-Lab56.488871.2297-43.1916

#d94ad4 color RGB value is (217,74,212).

#d94ad4 hex color red value is 217, green value is 74 and the blue value of its RGB is 212. Cylindrical-coordinate representations (also known as HSL) of color #d94ad4 hue: 0.84 , saturation: 0.65 and the lightness value of d94ad4 is 0.57.

The process color (four color CMYK) of #d94ad4 color hex is 0.00, 0.66, 0.02, 0.15. Web safe color of #d94ad4 is #cc33cc. Color #d94ad4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01001010 11010100
Octal 331 112 324
Decimal 217 74 212
Hex D9 4A D4

RGB Percentages of Color #d94ad4

%43.14
%14.71
%42.15

CMYK Percentages of Color #d94ad4

%0
%66
%2
%15

Triadic Colors of #d94ad4

#d94ad4 #d4d94a #4ad4d9

Analogous Colors of #d94ad4

#d94ad4 #d94a8d #974ad9

Monochromatic Colors of #d94ad4

#d94ad4

Complementary Color

#d94ad4 #4ad94f

#d94ad4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d94ad4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d94ad4 Color CSS Codes

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

#d94ad4 Text Font Color

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

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


#d94ad4 Background Color

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

This div background color is #d94ad4


#d94ad4 Border Color

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

This div border color is #d94ad4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d94ad4


Comments

No comments written yet.

Please login to write comment.