Color Hex Logo

#d75abf Color Hex

#D75ABF
(215,90,191)
0 Favorites   0 Comments

Color spaces of #d75abf

RGB 21590191
HSL0.870.610.60
HSV312°58°84°
CMYK 0.000.580.11   0.16
XYZ41.084525.521052.0509
Yxy25.52100.34620.2151
Hunter Lab50.518356.7598-25.7259
CIE-Lab57.579660.8972-29.5204

#d75abf color RGB value is (215,90,191).

#d75abf hex color red value is 215, green value is 90 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #d75abf hue: 0.87 , saturation: 0.61 and the lightness value of d75abf is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 01011010 10111111
Octal 327 132 277
Decimal 215 90 191
Hex D7 5A BF

RGB Percentages of Color #d75abf

%43.35
%18.15
%38.51

CMYK Percentages of Color #d75abf

%0
%58
%11
%16

Triadic Colors of #d75abf

#d75abf #bfd75a #5abfd7

Analogous Colors of #d75abf

#d75abf #d75a81 #b15ad7

Monochromatic Colors of #d75abf

#d75abf

Complementary Color

#d75abf #5ad772

#d75abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d75abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d75abf Color CSS Codes

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

#d75abf Text Font Color

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

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


#d75abf Background Color

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

This div background color is #d75abf


#d75abf Border Color

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

This div border color is #d75abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d75abf


Comments

No comments written yet.

Please login to write comment.