Color Hex Logo

#d94eca Color Hex

#D94ECA
(217,78,202)
0 Favorites   0 Comments

Color spaces of #d94eca

RGB 21778202
HSL0.850.650.58
HSV306°64°85°
CMYK 0.000.640.07   0.15
XYZ42.000324.464858.3856
Yxy24.46480.33640.1960
Hunter Lab49.461965.0139-35.3635
CIE-Lab56.550268.1226-37.3979

#d94eca color RGB value is (217,78,202).

#d94eca hex color red value is 217, green value is 78 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #d94eca hue: 0.85 , saturation: 0.65 and the lightness value of d94eca is 0.58.

The process color (four color CMYK) of #d94eca color hex is 0.00, 0.64, 0.07, 0.15. Web safe color of #d94eca is #cc66cc. Color #d94eca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01001110 11001010
Octal 331 116 312
Decimal 217 78 202
Hex D9 4E CA

RGB Percentages of Color #d94eca

%43.66
%15.69
%40.64

CMYK Percentages of Color #d94eca

%0
%64
%7
%15

Triadic Colors of #d94eca

#d94eca #cad94e #4ecad9

Analogous Colors of #d94eca

#d94eca #d94e85 #a34ed9

Monochromatic Colors of #d94eca

#d94eca

Complementary Color

#d94eca #4ed95d

#d94eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d94eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d94eca Color CSS Codes

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

#d94eca Text Font Color

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

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


#d94eca Background Color

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

This div background color is #d94eca


#d94eca Border Color

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

This div border color is #d94eca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d94eca


Comments

No comments written yet.

Please login to write comment.