Color Hex Logo

#d754bf Color Hex

#D754BF
(215,84,191)
0 Favorites   0 Comments

Color spaces of #d754bf

RGB 21584191
HSL0.860.620.59
HSV311°61°84°
CMYK 0.000.610.11   0.16
XYZ40.598624.549351.8889
Yxy24.54930.34690.2098
Hunter Lab49.547359.5537-27.4090
CIE-Lab56.633663.4783-30.9890

#d754bf color RGB value is (215,84,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 01010100 10111111
Octal 327 124 277
Decimal 215 84 191
Hex D7 54 BF

RGB Percentages of Color #d754bf

%43.88
%17.14
%38.98

CMYK Percentages of Color #d754bf

%0
%61
%11
%16

Triadic Colors of #d754bf

#d754bf #bfd754 #54bfd7

Analogous Colors of #d754bf

#d754bf #d7547e #ae54d7

Monochromatic Colors of #d754bf

#d754bf

Complementary Color

#d754bf #54d76c

#d754bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d754bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d754bf Color CSS Codes

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

#d754bf Text Font Color

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

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


#d754bf Background Color

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

This div background color is #d754bf


#d754bf Border Color

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

This div border color is #d754bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d754bf


Comments

No comments written yet.

Please login to write comment.