Color Hex Logo

#d0657e Color Hex

#D0657E
(208,101,126)
0 Favorites   0 Comments

Color spaces of #d0657e

RGB 208101126
HSL0.960.530.61
HSV346°51°82°
CMYK 0.000.510.39   0.18
XYZ34.432024.223622.5995
Yxy24.22360.42380.2981
Hunter Lab49.217538.74607.2277
CIE-Lab56.311044.74786.2583

#d0657e color RGB value is (208,101,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01100101 01111110
Octal 320 145 176
Decimal 208 101 126
Hex D0 65 7E

RGB Percentages of Color #d0657e

%47.82
%23.22
%28.97

CMYK Percentages of Color #d0657e

%0
%51
%39
%18

Triadic Colors of #d0657e

#d0657e #7ed065 #657ed0

Analogous Colors of #d0657e

#d0657e #d08265 #d065b4

Monochromatic Colors of #d0657e

#d0657e

Complementary Color

#d0657e #65d0b7

#d0657e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0657e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0657e Color CSS Codes

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

#d0657e Text Font Color

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

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


#d0657e Background Color

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

This div background color is #d0657e


#d0657e Border Color

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

This div border color is #d0657e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0657e


Comments

No comments written yet.

Please login to write comment.