Color Hex Logo

#d13f70 Color Hex

#D13F70
(209,63,112)
0 Favorites   0 Comments

Color spaces of #d13f70

RGB 20963112
HSL0.940.610.53
HSV340°70°82°
CMYK 0.000.700.46   0.18
XYZ30.996618.280217.2240
Yxy18.28020.46610.2749
Hunter Lab42.755454.58636.0438
CIE-Lab49.834260.39305.3420

#d13f70 color RGB value is (209,63,112).

#d13f70 hex color red value is 209, green value is 63 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #d13f70 hue: 0.94 , saturation: 0.61 and the lightness value of d13f70 is 0.53.

The process color (four color CMYK) of #d13f70 color hex is 0.00, 0.70, 0.46, 0.18. Web safe color of #d13f70 is #cc3366. Color #d13f70 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00111111 01110000
Octal 321 77 160
Decimal 209 63 112
Hex D1 3F 70

RGB Percentages of Color #d13f70

%54.43
%16.41
%29.17

CMYK Percentages of Color #d13f70

%0
%70
%46
%18

Triadic Colors of #d13f70

#d13f70 #70d13f #3f70d1

Analogous Colors of #d13f70

#d13f70 #d1573f #d13fb9

Monochromatic Colors of #d13f70

#d13f70

Complementary Color

#d13f70 #3fd1a0

#d13f70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d13f70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d13f70 Color CSS Codes

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

#d13f70 Text Font Color

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

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


#d13f70 Background Color

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

This div background color is #d13f70


#d13f70 Border Color

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

This div border color is #d13f70


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,63,112, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d13f70


Comments

No comments written yet.

Please login to write comment.