Color Hex Logo

#d457bf Color Hex

#D457BF
(212,87,191)
0 Favorites   0 Comments

Color spaces of #d457bf

RGB 21287191
HSL0.860.590.59
HSV310°59°83°
CMYK 0.000.590.10   0.17
XYZ39.963524.575051.9274
Yxy24.57500.34310.2110
Hunter Lab49.573257.1450-27.4044
CIE-Lab56.659061.3952-30.9839

#d457bf color RGB value is (212,87,191).

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

The process color (four color CMYK) of #d457bf color hex is 0.00, 0.59, 0.10, 0.17. Web safe color of #d457bf is #cc66cc. Color #d457bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01010111 10111111
Octal 324 127 277
Decimal 212 87 191
Hex D4 57 BF

RGB Percentages of Color #d457bf

%43.27
%17.76
%38.98

CMYK Percentages of Color #d457bf

%0
%59
%10
%17

Triadic Colors of #d457bf

#d457bf #bfd457 #57bfd4

Analogous Colors of #d457bf

#d457bf #d45781 #ab57d4

Monochromatic Colors of #d457bf

#d457bf

Complementary Color

#d457bf #57d46c

#d457bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d457bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d457bf Color CSS Codes

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

#d457bf Text Font Color

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

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


#d457bf Background Color

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

This div background color is #d457bf


#d457bf Border Color

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

This div border color is #d457bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d457bf


Comments

No comments written yet.

Please login to write comment.