Color Hex Logo

#d568bf Color Hex

#D568BF
(213,104,191)
0 Favorites   0 Comments

Color spaces of #d568bf

RGB 213104191
HSL0.870.560.62
HSV312°51°84°
CMYK 0.000.510.10   0.16
XYZ41.794927.808452.4549
Yxy27.80840.34240.2278
Hunter Lab52.733749.1891-22.0630
CIE-Lab59.715253.8583-26.2418

#d568bf color RGB value is (213,104,191).

#d568bf hex color red value is 213, green value is 104 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #d568bf hue: 0.87 , saturation: 0.56 and the lightness value of d568bf is 0.62.

The process color (four color CMYK) of #d568bf color hex is 0.00, 0.51, 0.10, 0.16. Web safe color of #d568bf is #cc66cc. Color #d568bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01101000 10111111
Octal 325 150 277
Decimal 213 104 191
Hex D5 68 BF

RGB Percentages of Color #d568bf

%41.93
%20.47
%37.60

CMYK Percentages of Color #d568bf

%0
%51
%10
%16

Triadic Colors of #d568bf

#d568bf #bfd568 #68bfd5

Analogous Colors of #d568bf

#d568bf #d56889 #b568d5

Monochromatic Colors of #d568bf

#d568bf

Complementary Color

#d568bf #68d57e

#d568bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d568bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d568bf Color CSS Codes

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

#d568bf Text Font Color

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

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


#d568bf Background Color

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

This div background color is #d568bf


#d568bf Border Color

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

This div border color is #d568bf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(213,104,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d568bf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d568bf;
  -webkit-box-shadow: 1px 1px 3px 2px #d568bf;
  box-shadow:         1px 1px 3px 2px #d568bf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,104,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d568bf


Comments

No comments written yet.

Please login to write comment.