Color Hex Logo

#d0568f Color Hex

#D0568F
(208,86,143)
0 Favorites   0 Comments

Color spaces of #d0568f

RGB 20886143
HSL0.920.560.58
HSV332°59°82°
CMYK 0.000.590.31   0.18
XYZ34.298122.048628.4347
Yxy22.04860.40450.2601
Hunter Lab46.955948.2092-3.0346
CIE-Lab54.078553.9078-7.0128

#d0568f color RGB value is (208,86,143).

#d0568f hex color red value is 208, green value is 86 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #d0568f hue: 0.92 , saturation: 0.56 and the lightness value of d0568f is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01010110 10001111
Octal 320 126 217
Decimal 208 86 143
Hex D0 56 8F

RGB Percentages of Color #d0568f

%47.60
%19.68
%32.72

CMYK Percentages of Color #d0568f

%0
%59
%31
%18

Triadic Colors of #d0568f

#d0568f #8fd056 #568fd0

Analogous Colors of #d0568f

#d0568f #d05a56 #d056cc

Monochromatic Colors of #d0568f

#d0568f

Complementary Color

#d0568f #56d097

#d0568f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0568f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0568f Color CSS Codes

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

#d0568f Text Font Color

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

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


#d0568f Background Color

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

This div background color is #d0568f


#d0568f Border Color

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

This div border color is #d0568f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0568f


Comments

No comments written yet.

Please login to write comment.