Color Hex Logo

#d223bd Color Hex

#D223BD
(210,35,189)
0 Favorites   0 Comments

Color spaces of #d223bd

RGB 21035189
HSL0.850.710.48
HSV307°83°82°
CMYK 0.000.830.10   0.18
XYZ36.364718.577849.8134
Yxy18.57780.34710.1773
Hunter Lab43.102075.1702-38.3507
CIE-Lab50.189577.6812-39.9882

#d223bd color RGB value is (210,35,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 00100011 10111101
Octal 322 43 275
Decimal 210 35 189
Hex D2 23 BD

RGB Percentages of Color #d223bd

%48.39
%8.06
%43.55

CMYK Percentages of Color #d223bd

%0
%83
%10
%18

Triadic Colors of #d223bd

#d223bd #bdd223 #23bdd2

Analogous Colors of #d223bd

#d223bd #d22366 #9023d2

Monochromatic Colors of #d223bd

#d223bd

Complementary Color

#d223bd #23d238

#d223bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d223bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d223bd Color CSS Codes

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

#d223bd Text Font Color

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

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


#d223bd Background Color

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

This div background color is #d223bd


#d223bd Border Color

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

This div border color is #d223bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d223bd


Comments

No comments written yet.

Please login to write comment.