Color Hex Logo

#d84164 Color Hex

#D84164
(216,65,100)
0 Favorites   0 Comments

Color spaces of #d84164

RGB 21665100
HSL0.960.660.55
HSV346°70°85°
CMYK 0.000.700.54   0.15
XYZ32.509419.299614.0684
Yxy19.29960.49350.2930
Hunter Lab43.931355.211111.7651
CIE-Lab51.035960.723614.4697

#d84164 color RGB value is (216,65,100).

#d84164 hex color red value is 216, green value is 65 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #d84164 hue: 0.96 , saturation: 0.66 and the lightness value of d84164 is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 01000001 01100100
Octal 330 101 144
Decimal 216 65 100
Hex D8 41 64

RGB Percentages of Color #d84164

%56.69
%17.06
%26.25

CMYK Percentages of Color #d84164

%0
%70
%54
%15

Triadic Colors of #d84164

#d84164 #64d841 #4164d8

Analogous Colors of #d84164

#d84164 #d86a41 #d841b0

Monochromatic Colors of #d84164

#d84164

Complementary Color

#d84164 #41d8b5

#d84164 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d84164 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d84164 Color CSS Codes

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

#d84164 Text Font Color

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

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


#d84164 Background Color

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

This div background color is #d84164


#d84164 Border Color

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

This div border color is #d84164


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(216,65,100, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d84164; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d84164;
  -webkit-box-shadow: 1px 1px 3px 2px #d84164;
  box-shadow:         1px 1px 3px 2px #d84164; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,65,100, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d84164


Comments

No comments written yet.

Please login to write comment.