Color Hex Logo

#d94fbe Color Hex

#D94FBE
(217,79,190)
0 Favorites   0 Comments

Color spaces of #d94fbe

RGB 21779190
HSL0.870.640.58
HSV312°64°85°
CMYK 0.000.640.12   0.15
XYZ40.705524.061451.2141
Yxy24.06140.35100.2075
Hunter Lab49.052462.2841-27.5661
CIE-Lab56.149265.8965-31.1440

#d94fbe color RGB value is (217,79,190).

#d94fbe hex color red value is 217, green value is 79 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #d94fbe hue: 0.87 , saturation: 0.64 and the lightness value of d94fbe is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01001111 10111110
Octal 331 117 276
Decimal 217 79 190
Hex D9 4F BE

RGB Percentages of Color #d94fbe

%44.65
%16.26
%39.09

CMYK Percentages of Color #d94fbe

%0
%64
%12
%15

Triadic Colors of #d94fbe

#d94fbe #bed94f #4fbed9

Analogous Colors of #d94fbe

#d94fbe #d94f79 #af4fd9

Monochromatic Colors of #d94fbe

#d94fbe

Complementary Color

#d94fbe #4fd96a

#d94fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d94fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d94fbe Color CSS Codes

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

#d94fbe Text Font Color

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

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


#d94fbe Background Color

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

This div background color is #d94fbe


#d94fbe Border Color

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

This div border color is #d94fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d94fbe


Comments

No comments written yet.

Please login to write comment.