Color Hex Logo

#d0067e Color Hex

#D0067E
(208,6,126)
0 Favorites   0 Comments

Color spaces of #d0067e

RGB 2086126
HSL0.900.940.42
HSV324°97°82°
CMYK 0.000.970.39   0.18
XYZ29.843415.046521.0700
Yxy15.04650.45240.2281
Hunter Lab38.789869.4489-5.0525
CIE-Lab45.697873.9002-9.3062

#d0067e color RGB value is (208,6,126).

#d0067e hex color red value is 208, green value is 6 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #d0067e hue: 0.90 , saturation: 0.94 and the lightness value of d0067e is 0.42.

The process color (four color CMYK) of #d0067e color hex is 0.00, 0.97, 0.39, 0.18. Web safe color of #d0067e is #cc0066. Color #d0067e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00000110 01111110
Octal 320 6 176
Decimal 208 6 126
Hex D0 6 7E

RGB Percentages of Color #d0067e

%61.18
%1.76
%37.06

CMYK Percentages of Color #d0067e

%0
%97
%39
%18

Triadic Colors of #d0067e

#d0067e #7ed006 #067ed0

Analogous Colors of #d0067e

#d0067e #d00619 #bd06d0

Monochromatic Colors of #d0067e

#d0067e

Complementary Color

#d0067e #06d058

#d0067e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0067e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0067e Color CSS Codes

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

#d0067e Text Font Color

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

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


#d0067e Background Color

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

This div background color is #d0067e


#d0067e Border Color

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

This div border color is #d0067e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0067e


Comments

No comments written yet.

Please login to write comment.