Color Hex Logo

#d55965 Color Hex

#D55965
(213,89,101)
0 Favorites   0 Comments

Color spaces of #d55965

RGB 21389101
HSL0.980.600.59
HSV354°58°84°
CMYK 0.000.580.53   0.16
XYZ33.361922.230514.8445
Yxy22.23050.47360.3156
Hunter Lab47.149243.792114.3376
CIE-Lab54.270749.810618.2209

#d55965 color RGB value is (213,89,101).

#d55965 hex color red value is 213, green value is 89 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #d55965 hue: 0.98 , saturation: 0.60 and the lightness value of d55965 is 0.59.

The process color (four color CMYK) of #d55965 color hex is 0.00, 0.58, 0.53, 0.16. Web safe color of #d55965 is #cc6666. Color #d55965 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01011001 01100101
Octal 325 131 145
Decimal 213 89 101
Hex D5 59 65

RGB Percentages of Color #d55965

%52.85
%22.08
%25.06

CMYK Percentages of Color #d55965

%0
%58
%53
%16

Triadic Colors of #d55965

#d55965 #65d559 #5965d5

Analogous Colors of #d55965

#d55965 #d58b59 #d559a3

Monochromatic Colors of #d55965

#d55965

Complementary Color

#d55965 #59d5c9

#d55965 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d55965 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d55965 Color CSS Codes

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

#d55965 Text Font Color

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

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


#d55965 Background Color

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

This div background color is #d55965


#d55965 Border Color

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

This div border color is #d55965


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,89,101, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d55965


Comments

No comments written yet.

Please login to write comment.