Color Hex Logo

#d84961 Color Hex

#D84961
(216,73,97)
0 Favorites   0 Comments

Color spaces of #d84961

RGB 2167397
HSL0.970.650.57
HSV350°66°85°
CMYK 0.000.660.55   0.15
XYZ32.859120.227113.4816
Yxy20.22710.49360.3039
Hunter Lab44.974551.709413.7094
CIE-Lab52.093057.416417.7181

#d84961 color RGB value is (216,73,97).

#d84961 hex color red value is 216, green value is 73 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #d84961 hue: 0.97 , saturation: 0.65 and the lightness value of d84961 is 0.57.

The process color (four color CMYK) of #d84961 color hex is 0.00, 0.66, 0.55, 0.15. Web safe color of #d84961 is #cc3366. Color #d84961 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01001001 01100001
Octal 330 111 141
Decimal 216 73 97
Hex D8 49 61

RGB Percentages of Color #d84961

%55.96
%18.91
%25.13

CMYK Percentages of Color #d84961

%0
%66
%55
%15

Triadic Colors of #d84961

#d84961 #61d849 #4961d8

Analogous Colors of #d84961

#d84961 #d87949 #d849a9

Monochromatic Colors of #d84961

#d84961

Complementary Color

#d84961 #49d8c0

#d84961 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d84961 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d84961 Color CSS Codes

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

#d84961 Text Font Color

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

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


#d84961 Background Color

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

This div background color is #d84961


#d84961 Border Color

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

This div border color is #d84961


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d84961


Comments

No comments written yet.

Please login to write comment.