Color Hex Logo

#d6565f Color Hex

#D6565F
(214,86,95)
0 Favorites   0 Comments

Color spaces of #d6565f

RGB 2148695
HSL0.990.610.59
HSV356°60°84°
CMYK 0.000.600.56   0.16
XYZ33.124921.777913.2842
Yxy21.77790.48580.3194
Hunter Lab46.666845.035515.7892
CIE-Lab53.790651.043121.1339

#d6565f color RGB value is (214,86,95).

#d6565f hex color red value is 214, green value is 86 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #d6565f hue: 0.99 , saturation: 0.61 and the lightness value of d6565f is 0.59.

The process color (four color CMYK) of #d6565f color hex is 0.00, 0.60, 0.56, 0.16. Web safe color of #d6565f is #cc6666. Color #d6565f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01010110 01011111
Octal 326 126 137
Decimal 214 86 95
Hex D6 56 5F

RGB Percentages of Color #d6565f

%54.18
%21.77
%24.05

CMYK Percentages of Color #d6565f

%0
%60
%56
%16

Triadic Colors of #d6565f

#d6565f #5fd656 #565fd6

Analogous Colors of #d6565f

#d6565f #d68d56 #d6569f

Monochromatic Colors of #d6565f

#d6565f

Complementary Color

#d6565f #56d6cd

#d6565f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6565f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6565f Color CSS Codes

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

#d6565f Text Font Color

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

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


#d6565f Background Color

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

This div background color is #d6565f


#d6565f Border Color

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

This div border color is #d6565f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(214,86,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d6565f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d6565f;
  -webkit-box-shadow: 1px 1px 3px 2px #d6565f;
  box-shadow:         1px 1px 3px 2px #d6565f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,86,95, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6565f


Comments

No comments written yet.

Please login to write comment.