Color Hex Logo

#d06678 Color Hex

#D06678
(208,102,120)
0 Favorites   0 Comments

Color spaces of #d06678

RGB 208102120
HSL0.970.530.61
HSV350°51°82°
CMYK 0.000.510.42   0.18
XYZ34.154024.268720.6535
Yxy24.26870.43190.3069
Hunter Lab49.263337.54259.6271
CIE-Lab56.355843.59269.8370

#d06678 color RGB value is (208,102,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01100110 01111000
Octal 320 146 170
Decimal 208 102 120
Hex D0 66 78

RGB Percentages of Color #d06678

%48.37
%23.72
%27.91

CMYK Percentages of Color #d06678

%0
%51
%42
%18

Triadic Colors of #d06678

#d06678 #78d066 #6678d0

Analogous Colors of #d06678

#d06678 #d08966 #d066ad

Monochromatic Colors of #d06678

#d06678

Complementary Color

#d06678 #66d0be

#d06678 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d06678 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d06678 Color CSS Codes

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

#d06678 Text Font Color

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

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


#d06678 Background Color

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

This div background color is #d06678


#d06678 Border Color

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

This div border color is #d06678


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d06678


Comments

No comments written yet.

Please login to write comment.