Color Hex Logo

#d757bf Color Hex

#D757BF
(215,87,191)
0 Favorites   0 Comments

Color spaces of #d757bf

RGB 21587191
HSL0.860.620.59
HSV311°60°84°
CMYK 0.000.600.11   0.16
XYZ40.836525.025151.9682
Yxy25.02510.34660.2124
Hunter Lab50.025158.1693-26.5754
CIE-Lab57.099962.2027-30.2646

#d757bf color RGB value is (215,87,191).

#d757bf hex color red value is 215, green value is 87 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #d757bf hue: 0.86 , saturation: 0.62 and the lightness value of d757bf is 0.59.

The process color (four color CMYK) of #d757bf color hex is 0.00, 0.60, 0.11, 0.16. Web safe color of #d757bf is #cc66cc. Color #d757bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01010111 10111111
Octal 327 127 277
Decimal 215 87 191
Hex D7 57 BF

RGB Percentages of Color #d757bf

%43.61
%17.65
%38.74

CMYK Percentages of Color #d757bf

%0
%60
%11
%16

Triadic Colors of #d757bf

#d757bf #bfd757 #57bfd7

Analogous Colors of #d757bf

#d757bf #d7577f #af57d7

Monochromatic Colors of #d757bf

#d757bf

Complementary Color

#d757bf #57d76f

#d757bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d757bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d757bf Color CSS Codes

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

#d757bf Text Font Color

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

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


#d757bf Background Color

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

This div background color is #d757bf


#d757bf Border Color

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

This div border color is #d757bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,87,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 #d757bf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d757bf


Comments

No comments written yet.

Please login to write comment.