Color Hex Logo

#d228bd Color Hex

#D228BD
(210,40,189)
0 Favorites   0 Comments

Color spaces of #d228bd

RGB 21040189
HSL0.850.680.49
HSV307°81°82°
CMYK 0.000.810.10   0.18
XYZ36.522418.893349.8659
Yxy18.89330.34690.1795
Hunter Lab43.466473.9173-37.5927
CIE-Lab50.562176.5992-39.3999

#d228bd color RGB value is (210,40,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 00101000 10111101
Octal 322 50 275
Decimal 210 40 189
Hex D2 28 BD

RGB Percentages of Color #d228bd

%47.84
%9.11
%43.05

CMYK Percentages of Color #d228bd

%0
%81
%10
%18

Triadic Colors of #d228bd

#d228bd #bdd228 #28bdd2

Analogous Colors of #d228bd

#d228bd #d22868 #9228d2

Monochromatic Colors of #d228bd

#d228bd

Complementary Color

#d228bd #28d23d

#d228bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d228bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d228bd Color CSS Codes

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

#d228bd Text Font Color

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

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


#d228bd Background Color

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

This div background color is #d228bd


#d228bd Border Color

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

This div border color is #d228bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d228bd


Comments

No comments written yet.

Please login to write comment.