Color Hex Logo

#d0629e Color Hex

#D0629E
(208,98,158)
0 Favorites   0 Comments

Color spaces of #d0629e

RGB 20898158
HSL0.910.540.60
HSV327°53°82°
CMYK 0.000.530.24   0.18
XYZ36.551724.613935.1722
Yxy24.61390.37940.2555
Hunter Lab49.612444.6873-7.3044
CIE-Lab56.697350.2518-11.8880

#d0629e color RGB value is (208,98,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01100010 10011110
Octal 320 142 236
Decimal 208 98 158
Hex D0 62 9E

RGB Percentages of Color #d0629e

%44.83
%21.12
%34.05

CMYK Percentages of Color #d0629e

%0
%53
%24
%18

Triadic Colors of #d0629e

#d0629e #9ed062 #629ed0

Analogous Colors of #d0629e

#d0629e #d06267 #cb62d0

Monochromatic Colors of #d0629e

#d0629e

Complementary Color

#d0629e #62d094

#d0629e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0629e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0629e Color CSS Codes

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

#d0629e Text Font Color

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

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


#d0629e Background Color

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

This div background color is #d0629e


#d0629e Border Color

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

This div border color is #d0629e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,98,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 #d0629e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0629e


Comments

No comments written yet.

Please login to write comment.