Color Hex Logo

#d0657f Color Hex

#D0657F
(208,101,127)
0 Favorites   0 Comments

Color spaces of #d0657f

RGB 208101127
HSL0.960.530.61
HSV345°51°82°
CMYK 0.000.510.39   0.18
XYZ34.496924.249622.9411
Yxy24.24960.42230.2969
Hunter Lab49.243938.86816.8495
CIE-Lab56.336844.86015.7093

#d0657f color RGB value is (208,101,127).

#d0657f hex color red value is 208, green value is 101 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #d0657f hue: 0.96 , saturation: 0.53 and the lightness value of d0657f is 0.61.

The process color (four color CMYK) of #d0657f color hex is 0.00, 0.51, 0.39, 0.18. Web safe color of #d0657f is #cc6666. Color #d0657f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01100101 01111111
Octal 320 145 177
Decimal 208 101 127
Hex D0 65 7F

RGB Percentages of Color #d0657f

%47.71
%23.17
%29.13

CMYK Percentages of Color #d0657f

%0
%51
%39
%18

Triadic Colors of #d0657f

#d0657f #7fd065 #657fd0

Analogous Colors of #d0657f

#d0657f #d08165 #d065b5

Monochromatic Colors of #d0657f

#d0657f

Complementary Color

#d0657f #65d0b6

#d0657f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0657f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0657f Color CSS Codes

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

#d0657f Text Font Color

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

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


#d0657f Background Color

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

This div background color is #d0657f


#d0657f Border Color

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

This div border color is #d0657f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0657f


Comments

No comments written yet.

Please login to write comment.