Color Hex Logo

#d06890 Color Hex

#D06890
(208,104,144)
0 Favorites   0 Comments

Color spaces of #d06890

RGB 208104144
HSL0.940.530.61
HSV337°50°82°
CMYK 0.000.500.31   0.18
XYZ35.996825.324129.3764
Yxy25.32410.39690.2792
Hunter Lab50.323139.61820.6152
CIE-Lab57.389845.4172-2.6996

#d06890 color RGB value is (208,104,144).

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

The process color (four color CMYK) of #d06890 color hex is 0.00, 0.50, 0.31, 0.18. Web safe color of #d06890 is #cc6699. Color #d06890 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01101000 10010000
Octal 320 150 220
Decimal 208 104 144
Hex D0 68 90

RGB Percentages of Color #d06890

%45.61
%22.81
%31.58

CMYK Percentages of Color #d06890

%0
%50
%31
%18

Triadic Colors of #d06890

#d06890 #90d068 #6890d0

Analogous Colors of #d06890

#d06890 #d07468 #d068c4

Monochromatic Colors of #d06890

#d06890

Complementary Color

#d06890 #68d0a8

#d06890 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d06890 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d06890 Color CSS Codes

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

#d06890 Text Font Color

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

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


#d06890 Background Color

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

This div background color is #d06890


#d06890 Border Color

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

This div border color is #d06890


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d06890

#d06890 Color Palettes


Comments

No comments written yet.

Please login to write comment.