Color Hex Logo

#d72aeb Color Hex

#D72AEB
(215,42,235)
0 Favorites   0 Comments

Color spaces of #d72aeb

RGB 21542235
HSL0.820.830.54
HSV294°82°92°
CMYK 0.090.820.00   0.08
XYZ43.847722.101280.5522
Yxy22.10120.29930.1509
Hunter Lab47.011984.2149-68.6817
CIE-Lab54.134284.0401-59.9639

#d72aeb color RGB value is (215,42,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 00101010 11101011
Octal 327 52 353
Decimal 215 42 235
Hex D7 2A EB

RGB Percentages of Color #d72aeb

%43.70
%8.54
%47.76

CMYK Percentages of Color #d72aeb

%9
%82
%0
%8

Triadic Colors of #d72aeb

#d72aeb #ebd72a #2aebd7

Analogous Colors of #d72aeb

#d72aeb #eb2a9f #772aeb

Monochromatic Colors of #d72aeb

#d72aeb

Complementary Color

#d72aeb #3eeb2a

#d72aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d72aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d72aeb Color CSS Codes

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

#d72aeb Text Font Color

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

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


#d72aeb Background Color

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

This div background color is #d72aeb


#d72aeb Border Color

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

This div border color is #d72aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d72aeb


Comments

No comments written yet.

Please login to write comment.