Color Hex Logo

#d06fbe Color Hex

#D06FBE
(208,111,190)
0 Favorites   0 Comments

Color spaces of #d06fbe

RGB 208111190
HSL0.860.510.63
HSV311°47°82°
CMYK 0.000.470.09   0.18
XYZ40.991128.496552.0551
Yxy28.49650.33730.2345
Hunter Lab53.382143.6480-20.4486
CIE-Lab60.334748.7351-24.7745

#d06fbe color RGB value is (208,111,190).

#d06fbe hex color red value is 208, green value is 111 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #d06fbe hue: 0.86 , saturation: 0.51 and the lightness value of d06fbe is 0.63.

The process color (four color CMYK) of #d06fbe color hex is 0.00, 0.47, 0.09, 0.18. Web safe color of #d06fbe is #cc66cc. Color #d06fbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01101111 10111110
Octal 320 157 276
Decimal 208 111 190
Hex D0 6F BE

RGB Percentages of Color #d06fbe

%40.86
%21.81
%37.33

CMYK Percentages of Color #d06fbe

%0
%47
%9
%18

Triadic Colors of #d06fbe

#d06fbe #bed06f #6fbed0

Analogous Colors of #d06fbe

#d06fbe #d06f8e #b26fd0

Monochromatic Colors of #d06fbe

#d06fbe

Complementary Color

#d06fbe #6fd081

#d06fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d06fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d06fbe Color CSS Codes

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

#d06fbe Text Font Color

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

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


#d06fbe Background Color

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

This div background color is #d06fbe


#d06fbe Border Color

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

This div border color is #d06fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d06fbe


Comments

No comments written yet.

Please login to write comment.