Color Hex Logo

#d0656b Color Hex

#D0656B
(208,101,107)
0 Favorites   0 Comments

Color spaces of #d0656b

RGB 208101107
HSL0.990.530.61
HSV357°51°82°
CMYK 0.000.510.49   0.18
XYZ33.319923.778816.7435
Yxy23.77880.45120.3220
Hunter Lab48.763536.632113.7766
CIE-Lab55.865642.787916.7563

#d0656b color RGB value is (208,101,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01100101 01101011
Octal 320 145 153
Decimal 208 101 107
Hex D0 65 6B

RGB Percentages of Color #d0656b

%50.00
%24.28
%25.72

CMYK Percentages of Color #d0656b

%0
%51
%49
%18

Triadic Colors of #d0656b

#d0656b #6bd065 #656bd0

Analogous Colors of #d0656b

#d0656b #d09565 #d065a1

Monochromatic Colors of #d0656b

#d0656b

Complementary Color

#d0656b #65d0ca

#d0656b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0656b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0656b Color CSS Codes

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

#d0656b Text Font Color

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

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


#d0656b Background Color

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

This div background color is #d0656b


#d0656b Border Color

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

This div border color is #d0656b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0656b


Comments

No comments written yet.

Please login to write comment.