Color Hex Logo

#d9366b Color Hex

#D9366B
(217,54,107)
0 Favorites   0 Comments

Color spaces of #d9366b

RGB 21754107
HSL0.950.680.53
HSV340°75°85°
CMYK 0.000.750.51   0.15
XYZ32.588318.451615.7538
Yxy18.45160.48790.2762
Hunter Lab42.955360.24828.3242
CIE-Lab50.039365.30188.8652

#d9366b color RGB value is (217,54,107).

#d9366b hex color red value is 217, green value is 54 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #d9366b hue: 0.95 , saturation: 0.68 and the lightness value of d9366b is 0.53.

The process color (four color CMYK) of #d9366b color hex is 0.00, 0.75, 0.51, 0.15. Web safe color of #d9366b is #cc3366. Color #d9366b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 00110110 01101011
Octal 331 66 153
Decimal 217 54 107
Hex D9 36 6B

RGB Percentages of Color #d9366b

%57.41
%14.29
%28.31

CMYK Percentages of Color #d9366b

%0
%75
%51
%15

Triadic Colors of #d9366b

#d9366b #6bd936 #366bd9

Analogous Colors of #d9366b

#d9366b #d95236 #d936bd

Monochromatic Colors of #d9366b

#d9366b

Complementary Color

#d9366b #36d9a4

#d9366b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9366b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9366b Color CSS Codes

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

#d9366b Text Font Color

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

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


#d9366b Background Color

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

This div background color is #d9366b


#d9366b Border Color

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

This div border color is #d9366b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9366b


Comments

No comments written yet.

Please login to write comment.