Color Hex Logo

#d72cdc Color Hex

#D72CDC
(215,44,220)
0 Favorites   0 Comments

Color spaces of #d72cdc

RGB 21544220
HSL0.830.720.52
HSV298°80°86°
CMYK 0.020.800.00   0.14
XYZ41.843321.415769.6384
Yxy21.41570.31490.1611
Hunter Lab46.277180.4130-56.8264
CIE-Lab53.401581.2195-52.6585

#d72cdc color RGB value is (215,44,220).

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

The process color (four color CMYK) of #d72cdc color hex is 0.02, 0.80, 0.00, 0.14. Web safe color of #d72cdc is #cc33cc. Color #d72cdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00101100 11011100
Octal 327 54 334
Decimal 215 44 220
Hex D7 2C DC

RGB Percentages of Color #d72cdc

%44.89
%9.19
%45.93

CMYK Percentages of Color #d72cdc

%2
%80
%0
%14

Triadic Colors of #d72cdc

#d72cdc #dcd72c #2cdcd7

Analogous Colors of #d72cdc

#d72cdc #dc2c89 #7f2cdc

Monochromatic Colors of #d72cdc

#d72cdc

Complementary Color

#d72cdc #31dc2c

#d72cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d72cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d72cdc Color CSS Codes

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

#d72cdc Text Font Color

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

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


#d72cdc Background Color

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

This div background color is #d72cdc


#d72cdc Border Color

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

This div border color is #d72cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d72cdc


Comments

No comments written yet.

Please login to write comment.