Color Hex Logo

#d455bd Color Hex

#D455BD
(212,85,189)
0 Favorites   0 Comments

Color spaces of #d455bd

RGB 21285189
HSL0.860.600.58
HSV311°60°83°
CMYK 0.000.600.11   0.17
XYZ39.585224.168250.7227
Yxy24.16820.34580.2111
Hunter Lab49.161257.6985-26.7605
CIE-Lab56.255861.9473-30.4611

#d455bd color RGB value is (212,85,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 01010101 10111101
Octal 324 125 275
Decimal 212 85 189
Hex D4 55 BD

RGB Percentages of Color #d455bd

%43.62
%17.49
%38.89

CMYK Percentages of Color #d455bd

%0
%60
%11
%17

Triadic Colors of #d455bd

#d455bd #bdd455 #55bdd4

Analogous Colors of #d455bd

#d455bd #d4557e #ac55d4

Monochromatic Colors of #d455bd

#d455bd

Complementary Color

#d455bd #55d46c

#d455bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d455bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d455bd Color CSS Codes

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

#d455bd Text Font Color

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

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


#d455bd Background Color

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

This div background color is #d455bd


#d455bd Border Color

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

This div border color is #d455bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,85,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d455bd


Comments

No comments written yet.

Please login to write comment.