Color Hex Logo

#d0568b Color Hex

#D0568B
(208,86,139)
0 Favorites   0 Comments

Color spaces of #d0568b

RGB 20886139
HSL0.930.560.58
HSV334°59°82°
CMYK 0.000.590.33   0.18
XYZ34.000421.929626.8669
Yxy21.92960.41060.2649
Hunter Lab46.829147.6497-1.2357
CIE-Lab53.952253.4193-4.8365

#d0568b color RGB value is (208,86,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01010110 10001011
Octal 320 126 213
Decimal 208 86 139
Hex D0 56 8B

RGB Percentages of Color #d0568b

%48.04
%19.86
%32.10

CMYK Percentages of Color #d0568b

%0
%59
%33
%18

Triadic Colors of #d0568b

#d0568b #8bd056 #568bd0

Analogous Colors of #d0568b

#d0568b #d05e56 #d056c8

Monochromatic Colors of #d0568b

#d0568b

Complementary Color

#d0568b #56d09b

#d0568b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0568b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0568b Color CSS Codes

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

#d0568b Text Font Color

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

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


#d0568b Background Color

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

This div background color is #d0568b


#d0568b Border Color

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

This div border color is #d0568b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0568b


Comments

No comments written yet.

Please login to write comment.