Color Hex Logo

#d454bf Color Hex

#D454BF
(212,84,191)
0 Favorites   0 Comments

Color spaces of #d454bf

RGB 21284191
HSL0.860.600.58
HSV310°60°83°
CMYK 0.000.600.10   0.17
XYZ39.725724.099351.8481
Yxy24.09930.34340.2083
Hunter Lab49.091058.5374-28.2561
CIE-Lab56.187162.6847-31.7179

#d454bf color RGB value is (212,84,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 01010100 10111111
Octal 324 124 277
Decimal 212 84 191
Hex D4 54 BF

RGB Percentages of Color #d454bf

%43.53
%17.25
%39.22

CMYK Percentages of Color #d454bf

%0
%60
%10
%17

Triadic Colors of #d454bf

#d454bf #bfd454 #54bfd4

Analogous Colors of #d454bf

#d454bf #d4547f #a954d4

Monochromatic Colors of #d454bf

#d454bf

Complementary Color

#d454bf #54d469

#d454bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d454bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d454bf Color CSS Codes

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

#d454bf Text Font Color

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

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


#d454bf Background Color

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

This div background color is #d454bf


#d454bf Border Color

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

This div border color is #d454bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d454bf


Comments

No comments written yet.

Please login to write comment.