Color Hex Logo

#d53763 Color Hex

#D53763
(213,55,99)
0 Favorites   0 Comments

Color spaces of #d53763

RGB 2135599
HSL0.950.650.53
HSV343°74°84°
CMYK 0.000.740.54   0.16
XYZ31.058917.779413.5992
Yxy17.77940.49740.2848
Hunter Lab42.165657.692010.3938
CIE-Lab49.227463.238812.4885

#d53763 color RGB value is (213,55,99).

#d53763 hex color red value is 213, green value is 55 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #d53763 hue: 0.95 , saturation: 0.65 and the lightness value of d53763 is 0.53.

The process color (four color CMYK) of #d53763 color hex is 0.00, 0.74, 0.54, 0.16. Web safe color of #d53763 is #cc3366. Color #d53763 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00110111 01100011
Octal 325 67 143
Decimal 213 55 99
Hex D5 37 63

RGB Percentages of Color #d53763

%58.04
%14.99
%26.98

CMYK Percentages of Color #d53763

%0
%74
%54
%16

Triadic Colors of #d53763

#d53763 #63d537 #3763d5

Analogous Colors of #d53763

#d53763 #d55a37 #d537b2

Monochromatic Colors of #d53763

#d53763

Complementary Color

#d53763 #37d5a9

#d53763 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d53763 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d53763 Color CSS Codes

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

#d53763 Text Font Color

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

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


#d53763 Background Color

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

This div background color is #d53763


#d53763 Border Color

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

This div border color is #d53763


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d53763


Comments

No comments written yet.

Please login to write comment.