Color Hex Logo

#d225d3 Color Hex

#D225D3
(210,37,211)
0 Favorites   0 Comments

Color spaces of #d225d3

RGB 21037211
HSL0.830.700.49
HSV300°82°83°
CMYK 0.000.820.00   0.17
XYZ38.997819.727963.3805
Yxy19.72790.31940.1616
Hunter Lab44.416178.9967-53.5139
CIE-Lab51.528280.4689-50.5639

#d225d3 color RGB value is (210,37,211).

#d225d3 hex color red value is 210, green value is 37 and the blue value of its RGB is 211. Cylindrical-coordinate representations (also known as HSL) of color #d225d3 hue: 0.83 , saturation: 0.70 and the lightness value of d225d3 is 0.49.

The process color (four color CMYK) of #d225d3 color hex is 0.00, 0.82, 0.00, 0.17. Web safe color of #d225d3 is #cc33cc. Color #d225d3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 00100101 11010011
Octal 322 45 323
Decimal 210 37 211
Hex D2 25 D3

RGB Percentages of Color #d225d3

%45.85
%8.08
%46.07

CMYK Percentages of Color #d225d3

%0
%82
%0
%17

Triadic Colors of #d225d3

#d225d3 #d3d225 #25d3d2

Analogous Colors of #d225d3

#d225d3 #d3257d #7b25d3

Monochromatic Colors of #d225d3

#d225d3

Complementary Color

#d225d3 #26d325

#d225d3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d225d3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d225d3 Color CSS Codes

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

#d225d3 Text Font Color

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

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


#d225d3 Background Color

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

This div background color is #d225d3


#d225d3 Border Color

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

This div border color is #d225d3


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(210,37,211, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d225d3


Comments

No comments written yet.

Please login to write comment.