Color Hex Logo

#d224bd Color Hex

#D224BD
(210,36,189)
0 Favorites   0 Comments

Color spaces of #d224bd

RGB 21036189
HSL0.850.710.48
HSV307°83°82°
CMYK 0.000.830.10   0.18
XYZ36.394518.637549.8233
Yxy18.63750.34710.1777
Hunter Lab43.171274.9309-38.2060
CIE-Lab50.260477.4750-39.8763

#d224bd color RGB value is (210,36,189).

#d224bd hex color red value is 210, green value is 36 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #d224bd hue: 0.85 , saturation: 0.71 and the lightness value of d224bd is 0.48.

The process color (four color CMYK) of #d224bd color hex is 0.00, 0.83, 0.10, 0.18. Web safe color of #d224bd is #cc33cc. Color #d224bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 00100100 10111101
Octal 322 44 275
Decimal 210 36 189
Hex D2 24 BD

RGB Percentages of Color #d224bd

%48.28
%8.28
%43.45

CMYK Percentages of Color #d224bd

%0
%83
%10
%18

Triadic Colors of #d224bd

#d224bd #bdd224 #24bdd2

Analogous Colors of #d224bd

#d224bd #d22466 #9024d2

Monochromatic Colors of #d224bd

#d224bd

Complementary Color

#d224bd #24d239

#d224bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d224bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d224bd Color CSS Codes

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

#d224bd Text Font Color

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

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


#d224bd Background Color

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

This div background color is #d224bd


#d224bd Border Color

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

This div border color is #d224bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d224bd


Comments

No comments written yet.

Please login to write comment.