Color Hex Logo

#d13063 Color Hex

#D13063
(209,48,99)
0 Favorites   0 Comments

Color spaces of #d13063

RGB 2094899
HSL0.950.640.50
HSV341°77°82°
CMYK 0.000.770.53   0.18
XYZ29.603616.570113.4424
Yxy16.57010.49660.2779
Hunter Lab40.706458.57748.9152
CIE-Lab47.713764.298210.2644

#d13063 color RGB value is (209,48,99).

#d13063 hex color red value is 209, green value is 48 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #d13063 hue: 0.95 , saturation: 0.64 and the lightness value of d13063 is 0.50.

The process color (four color CMYK) of #d13063 color hex is 0.00, 0.77, 0.53, 0.18. Web safe color of #d13063 is #cc3366. Color #d13063 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00110000 01100011
Octal 321 60 143
Decimal 209 48 99
Hex D1 30 63

RGB Percentages of Color #d13063

%58.71
%13.48
%27.81

CMYK Percentages of Color #d13063

%0
%77
%53
%18

Triadic Colors of #d13063

#d13063 #63d130 #3063d1

Analogous Colors of #d13063

#d13063 #d14d30 #d130b4

Monochromatic Colors of #d13063

#d13063

Complementary Color

#d13063 #30d19e

#d13063 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d13063 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d13063 Color CSS Codes

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

#d13063 Text Font Color

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

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


#d13063 Background Color

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

This div background color is #d13063


#d13063 Border Color

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

This div border color is #d13063


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d13063


Comments

No comments written yet.

Please login to write comment.