Color Hex Logo

#d94688 Color Hex

#D94688
(217,70,136)
0 Favorites   0 Comments

Color spaces of #d94688

RGB 21770136
HSL0.930.660.56
HSV333°68°85°
CMYK 0.000.680.37   0.15
XYZ35.249420.909625.4707
Yxy20.90960.43180.2562
Hunter Lab45.727057.5773-1.0166
CIE-Lab52.850462.4625-4.5244

#d94688 color RGB value is (217,70,136).

#d94688 hex color red value is 217, green value is 70 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #d94688 hue: 0.93 , saturation: 0.66 and the lightness value of d94688 is 0.56.

The process color (four color CMYK) of #d94688 color hex is 0.00, 0.68, 0.37, 0.15. Web safe color of #d94688 is #cc3399. Color #d94688 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01000110 10001000
Octal 331 106 210
Decimal 217 70 136
Hex D9 46 88

RGB Percentages of Color #d94688

%51.30
%16.55
%32.15

CMYK Percentages of Color #d94688

%0
%68
%37
%15

Triadic Colors of #d94688

#d94688 #88d946 #4688d9

Analogous Colors of #d94688

#d94688 #d94e46 #d946d2

Monochromatic Colors of #d94688

#d94688

Complementary Color

#d94688 #46d997

#d94688 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d94688 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d94688 Color CSS Codes

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

#d94688 Text Font Color

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

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


#d94688 Background Color

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

This div background color is #d94688


#d94688 Border Color

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

This div border color is #d94688


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d94688


Comments

No comments written yet.

Please login to write comment.