Color Hex Logo

#d84363 Color Hex

#D84363
(216,67,99)
0 Favorites   0 Comments

Color spaces of #d84363

RGB 2166799
HSL0.960.660.55
HSV347°69°85°
CMYK 0.000.690.54   0.15
XYZ32.578219.514113.8539
Yxy19.51410.49400.2959
Hunter Lab44.174854.335112.3281
CIE-Lab51.283359.903615.4128

#d84363 color RGB value is (216,67,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 01000011 01100011
Octal 330 103 143
Decimal 216 67 99
Hex D8 43 63

RGB Percentages of Color #d84363

%56.54
%17.54
%25.92

CMYK Percentages of Color #d84363

%0
%69
%54
%15

Triadic Colors of #d84363

#d84363 #63d843 #4363d8

Analogous Colors of #d84363

#d84363 #d86e43 #d843ae

Monochromatic Colors of #d84363

#d84363

Complementary Color

#d84363 #43d8b8

#d84363 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d84363 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d84363 Color CSS Codes

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

#d84363 Text Font Color

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

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


#d84363 Background Color

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

This div background color is #d84363


#d84363 Border Color

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

This div border color is #d84363


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,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 #d84363">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d84363


Comments

No comments written yet.

Please login to write comment.