Color Hex Logo

#d72dda Color Hex

#D72DDA
(215,45,218)
0 Favorites   0 Comments

Color spaces of #d72dda

RGB 21545218
HSL0.830.700.52
HSV299°79°85°
CMYK 0.010.790.00   0.15
XYZ41.617621.385868.2640
Yxy21.38580.31700.1629
Hunter Lab46.244879.7112-55.1493
CIE-Lab53.369280.6736-51.5731

#d72dda color RGB value is (215,45,218).

#d72dda hex color red value is 215, green value is 45 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #d72dda hue: 0.83 , saturation: 0.70 and the lightness value of d72dda is 0.52.

The process color (four color CMYK) of #d72dda color hex is 0.01, 0.79, 0.00, 0.15. Web safe color of #d72dda is #cc33cc. Color #d72dda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00101101 11011010
Octal 327 55 332
Decimal 215 45 218
Hex D7 2D DA

RGB Percentages of Color #d72dda

%44.98
%9.41
%45.61

CMYK Percentages of Color #d72dda

%1
%79
%0
%15

Triadic Colors of #d72dda

#d72dda #dad72d #2ddad7

Analogous Colors of #d72dda

#d72dda #da2d87 #812dda

Monochromatic Colors of #d72dda

#d72dda

Complementary Color

#d72dda #30da2d

#d72dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d72dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#d72dda Color CSS Codes

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

#d72dda Text Font Color

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

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


#d72dda Background Color

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

This div background color is #d72dda


#d72dda Border Color

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

This div border color is #d72dda


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(215,45,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d72dda; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d72dda;
  -webkit-box-shadow: 1px 1px 3px 2px #d72dda;
  box-shadow:         1px 1px 3px 2px #d72dda; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,45,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d72dda


Comments

No comments written yet.

Please login to write comment.