Color Hex Logo

#d0068e Color Hex

#D0068E
(208,6,142)
0 Favorites   0 Comments

Color spaces of #d0068e

RGB 2086142
HSL0.890.940.42
HSV320°97°82°
CMYK 0.000.970.32   0.18
XYZ30.960015.493126.9499
Yxy15.49310.42180.2111
Hunter Lab39.361371.5187-13.0418
CIE-Lab46.302375.4813-18.1551

#d0068e color RGB value is (208,6,142).

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

The process color (four color CMYK) of #d0068e color hex is 0.00, 0.97, 0.32, 0.18. Web safe color of #d0068e is #cc0099. Color #d0068e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00000110 10001110
Octal 320 6 216
Decimal 208 6 142
Hex D0 6 8E

RGB Percentages of Color #d0068e

%58.43
%1.69
%39.89

CMYK Percentages of Color #d0068e

%0
%97
%32
%18

Triadic Colors of #d0068e

#d0068e #8ed006 #068ed0

Analogous Colors of #d0068e

#d0068e #d00629 #ad06d0

Monochromatic Colors of #d0068e

#d0068e

Complementary Color

#d0068e #06d048

#d0068e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0068e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0068e Color CSS Codes

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

#d0068e Text Font Color

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

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


#d0068e Background Color

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

This div background color is #d0068e


#d0068e Border Color

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

This div border color is #d0068e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0068e


Comments

No comments written yet.

Please login to write comment.