Color Hex Logo

#d758af Color Hex

#D758AF
(215,88,175)
0 Favorites   0 Comments

Color spaces of #d758af

RGB 21588175
HSL0.890.610.59
HSV319°59°84°
CMYK 0.000.590.19   0.16
XYZ39.251924.521743.2218
Yxy24.52170.36690.2292
Hunter Lab49.519454.8304-17.0863
CIE-Lab56.606459.3852-21.8031

#d758af color RGB value is (215,88,175).

#d758af hex color red value is 215, green value is 88 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #d758af hue: 0.89 , saturation: 0.61 and the lightness value of d758af is 0.59.

The process color (four color CMYK) of #d758af color hex is 0.00, 0.59, 0.19, 0.16. Web safe color of #d758af is #cc6699. Color #d758af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01011000 10101111
Octal 327 130 257
Decimal 215 88 175
Hex D7 58 AF

RGB Percentages of Color #d758af

%44.98
%18.41
%36.61

CMYK Percentages of Color #d758af

%0
%59
%19
%16

Triadic Colors of #d758af

#d758af #afd758 #58afd7

Analogous Colors of #d758af

#d758af #d75870 #c058d7

Monochromatic Colors of #d758af

#d758af

Complementary Color

#d758af #58d780

#d758af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d758af Color Preview on White Background

Lorem ipsum dolor sit amet.

#d758af Color CSS Codes

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

#d758af Text Font Color

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

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


#d758af Background Color

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

This div background color is #d758af


#d758af Border Color

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

This div border color is #d758af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d758af


Comments

No comments written yet.

Please login to write comment.