Color Hex Logo

#d73769 Color Hex

#D73769
(215,55,105)
0 Favorites   0 Comments

Color spaces of #d73769

RGB 21555105
HSL0.950.670.53
HSV341°74°84°
CMYK 0.000.740.51   0.16
XYZ31.940318.199415.1940
Yxy18.19940.48890.2786
Hunter Lab42.660858.98748.7459
CIE-Lab49.737164.26969.6027

#d73769 color RGB value is (215,55,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 00110111 01101001
Octal 327 67 151
Decimal 215 55 105
Hex D7 37 69

RGB Percentages of Color #d73769

%57.33
%14.67
%28.00

CMYK Percentages of Color #d73769

%0
%74
%51
%16

Triadic Colors of #d73769

#d73769 #69d737 #3769d7

Analogous Colors of #d73769

#d73769 #d75537 #d737b9

Monochromatic Colors of #d73769

#d73769

Complementary Color

#d73769 #37d7a5

#d73769 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d73769 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d73769 Color CSS Codes

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

#d73769 Text Font Color

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

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


#d73769 Background Color

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

This div background color is #d73769


#d73769 Border Color

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

This div border color is #d73769


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,55,105, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d73769


Comments

No comments written yet.

Please login to write comment.