Color Hex Logo

#d72aec Color Hex

#D72AEC
(215,42,236)
0 Favorites   0 Comments

Color spaces of #d72aec

RGB 21542236
HSL0.820.840.55
HSV294°82°93°
CMYK 0.090.820.00   0.07
XYZ43.992622.159181.3154
Yxy22.15910.29830.1503
Hunter Lab47.073584.4390-69.4670
CIE-Lab54.195484.2015-60.4279

#d72aec color RGB value is (215,42,236).

#d72aec hex color red value is 215, green value is 42 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #d72aec hue: 0.82 , saturation: 0.84 and the lightness value of d72aec is 0.55.

The process color (four color CMYK) of #d72aec color hex is 0.09, 0.82, 0.00, 0.07. Web safe color of #d72aec is #cc33ff. Color #d72aec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00101010 11101100
Octal 327 52 354
Decimal 215 42 236
Hex D7 2A EC

RGB Percentages of Color #d72aec

%43.61
%8.52
%47.87

CMYK Percentages of Color #d72aec

%9
%82
%0
%7

Triadic Colors of #d72aec

#d72aec #ecd72a #2aecd7

Analogous Colors of #d72aec

#d72aec #ec2aa0 #762aec

Monochromatic Colors of #d72aec

#d72aec

Complementary Color

#d72aec #3fec2a

#d72aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d72aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d72aec Color CSS Codes

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

#d72aec Text Font Color

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

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


#d72aec Background Color

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

This div background color is #d72aec


#d72aec Border Color

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

This div border color is #d72aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d72aec


Comments

No comments written yet.

Please login to write comment.