Color Hex Logo

#d0649e Color Hex

#D0649E
(208,100,158)
0 Favorites   0 Comments

Color spaces of #d0649e

RGB 208100158
HSL0.910.530.60
HSV328°52°82°
CMYK 0.000.520.24   0.18
XYZ36.741224.992935.2354
Yxy24.99290.37890.2577
Hunter Lab49.992943.6971-6.7930
CIE-Lab57.068549.2789-11.3301

#d0649e color RGB value is (208,100,158).

#d0649e hex color red value is 208, green value is 100 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #d0649e hue: 0.91 , saturation: 0.53 and the lightness value of d0649e is 0.60.

The process color (four color CMYK) of #d0649e color hex is 0.00, 0.52, 0.24, 0.18. Web safe color of #d0649e is #cc6699. Color #d0649e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01100100 10011110
Octal 320 144 236
Decimal 208 100 158
Hex D0 64 9E

RGB Percentages of Color #d0649e

%44.64
%21.46
%33.91

CMYK Percentages of Color #d0649e

%0
%52
%24
%18

Triadic Colors of #d0649e

#d0649e #9ed064 #649ed0

Analogous Colors of #d0649e

#d0649e #d06468 #cc64d0

Monochromatic Colors of #d0649e

#d0649e

Complementary Color

#d0649e #64d096

#d0649e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0649e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0649e Color CSS Codes

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

#d0649e Text Font Color

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

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


#d0649e Background Color

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

This div background color is #d0649e


#d0649e Border Color

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

This div border color is #d0649e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0649e


Comments

No comments written yet.

Please login to write comment.