Color Hex Logo

#d72bdd Color Hex

#D72BDD
(215,43,221)
0 Favorites   0 Comments

Color spaces of #d72bdd

RGB 21543221
HSL0.830.720.52
HSV298°81°87°
CMYK 0.030.810.00   0.13
XYZ41.939421.395370.3259
Yxy21.39530.31380.1601
Hunter Lab46.255180.8994-57.7656
CIE-Lab53.379481.6055-53.2617

#d72bdd color RGB value is (215,43,221).

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

The process color (four color CMYK) of #d72bdd color hex is 0.03, 0.81, 0.00, 0.13. Web safe color of #d72bdd is #cc33cc. Color #d72bdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00101011 11011101
Octal 327 53 335
Decimal 215 43 221
Hex D7 2B DD

RGB Percentages of Color #d72bdd

%44.89
%8.98
%46.14

CMYK Percentages of Color #d72bdd

%3
%81
%0
%13

Triadic Colors of #d72bdd

#d72bdd #ddd72b #2bddd7

Analogous Colors of #d72bdd

#d72bdd #dd2b8a #7e2bdd

Monochromatic Colors of #d72bdd

#d72bdd

Complementary Color

#d72bdd #31dd2b

#d72bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d72bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d72bdd Color CSS Codes

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

#d72bdd Text Font Color

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

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


#d72bdd Background Color

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

This div background color is #d72bdd


#d72bdd Border Color

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

This div border color is #d72bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d72bdd


Comments

No comments written yet.

Please login to write comment.