Color Hex Logo

#d94363 Color Hex

#D94363
(217,67,99)
0 Favorites   0 Comments

Color spaces of #d94363

RGB 2176799
HSL0.960.660.56
HSV347°69°85°
CMYK 0.000.690.54   0.15
XYZ32.874619.666913.8678
Yxy19.66690.49500.2961
Hunter Lab44.347454.713712.5027
CIE-Lab51.458560.206615.6812

#d94363 color RGB value is (217,67,99).

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

The process color (four color CMYK) of #d94363 color hex is 0.00, 0.69, 0.54, 0.15. Web safe color of #d94363 is #cc3366. Color #d94363 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01000011 01100011
Octal 331 103 143
Decimal 217 67 99
Hex D9 43 63

RGB Percentages of Color #d94363

%56.66
%17.49
%25.85

CMYK Percentages of Color #d94363

%0
%69
%54
%15

Triadic Colors of #d94363

#d94363 #63d943 #4363d9

Analogous Colors of #d94363

#d94363 #d96e43 #d943ae

Monochromatic Colors of #d94363

#d94363

Complementary Color

#d94363 #43d9b9

#d94363 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d94363 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d94363 Color CSS Codes

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

#d94363 Text Font Color

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

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


#d94363 Background Color

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

This div background color is #d94363


#d94363 Border Color

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

This div border color is #d94363


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d94363


Comments

No comments written yet.

Please login to write comment.