Color Hex Logo

#d757cf Color Hex

#D757CF
(215,87,207)
0 Favorites   0 Comments

Color spaces of #d757cf

RGB 21587207
HSL0.840.620.59
HSV304°60°84°
CMYK 0.000.600.04   0.16
XYZ42.695025.768561.7550
Yxy25.76850.32790.1979
Hunter Lab50.762761.2964-36.5950
CIE-Lab57.816764.7519-38.2817

#d757cf color RGB value is (215,87,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 01010111 11001111
Octal 327 127 317
Decimal 215 87 207
Hex D7 57 CF

RGB Percentages of Color #d757cf

%42.24
%17.09
%40.67

CMYK Percentages of Color #d757cf

%0
%60
%4
%16

Triadic Colors of #d757cf

#d757cf #cfd757 #57cfd7

Analogous Colors of #d757cf

#d757cf #d7578f #9f57d7

Monochromatic Colors of #d757cf

#d757cf

Complementary Color

#d757cf #57d75f

#d757cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d757cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d757cf Color CSS Codes

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

#d757cf Text Font Color

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

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


#d757cf Background Color

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

This div background color is #d757cf


#d757cf Border Color

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

This div border color is #d757cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d757cf


Comments

No comments written yet.

Please login to write comment.