Color Hex Logo

#d65059 Color Hex

#D65059
(214,80,89)
0 Favorites   0 Comments

Color spaces of #d65059

RGB 2148089
HSL0.990.620.58
HSV356°63°84°
CMYK 0.000.630.58   0.16
XYZ32.403420.754711.7494
Yxy20.75470.49920.3198
Hunter Lab45.557347.235716.5990
CIE-Lab52.680053.256623.1966

#d65059 color RGB value is (214,80,89).

#d65059 hex color red value is 214, green value is 80 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #d65059 hue: 0.99 , saturation: 0.62 and the lightness value of d65059 is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 01010000 01011001
Octal 326 120 131
Decimal 214 80 89
Hex D6 50 59

RGB Percentages of Color #d65059

%55.87
%20.89
%23.24

CMYK Percentages of Color #d65059

%0
%63
%58
%16

Triadic Colors of #d65059

#d65059 #59d650 #5059d6

Analogous Colors of #d65059

#d65059 #d68a50 #d6509c

Monochromatic Colors of #d65059

#d65059

Complementary Color

#d65059 #50d6cd

#d65059 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d65059 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d65059 Color CSS Codes

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

#d65059 Text Font Color

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

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


#d65059 Background Color

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

This div background color is #d65059


#d65059 Border Color

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

This div border color is #d65059


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d65059


Comments

No comments written yet.

Please login to write comment.