Color Hex Logo

#d757be Color Hex

#D757BE
(215,87,190)
0 Favorites   0 Comments

Color spaces of #d757be

RGB 21587190
HSL0.870.620.59
HSV312°60°84°
CMYK 0.000.600.12   0.16
XYZ40.726824.981251.3905
Yxy24.98120.34780.2133
Hunter Lab49.981257.9823-25.9749
CIE-Lab57.057162.0489-29.7570

#d757be color RGB value is (215,87,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 01010111 10111110
Octal 327 127 276
Decimal 215 87 190
Hex D7 57 BE

RGB Percentages of Color #d757be

%43.70
%17.68
%38.62

CMYK Percentages of Color #d757be

%0
%60
%12
%16

Triadic Colors of #d757be

#d757be #bed757 #57bed7

Analogous Colors of #d757be

#d757be #d7577e #b057d7

Monochromatic Colors of #d757be

#d757be

Complementary Color

#d757be #57d770

#d757be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d757be Color Preview on White Background

Lorem ipsum dolor sit amet.

#d757be Color CSS Codes

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

#d757be Text Font Color

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

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


#d757be Background Color

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

This div background color is #d757be


#d757be Border Color

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

This div border color is #d757be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,87,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d757be


Comments

No comments written yet.

Please login to write comment.