Color Hex Logo

#d72ffb Color Hex

#D72FFB
(215,47,251)
0 Favorites   0 Comments

Color spaces of #d72ffb

RGB 21547251
HSL0.800.960.58
HSV289°81°98°
CMYK 0.140.810.00   0.02
XYZ46.453423.445193.3438
Yxy23.44510.28460.1436
Hunter Lab48.420186.5144-80.4045
CIE-Lab55.527985.5391-66.6694

#d72ffb color RGB value is (215,47,251).

#d72ffb hex color red value is 215, green value is 47 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #d72ffb hue: 0.80 , saturation: 0.96 and the lightness value of d72ffb is 0.58.

The process color (four color CMYK) of #d72ffb color hex is 0.14, 0.81, 0.00, 0.02. Web safe color of #d72ffb is #cc33ff. Color #d72ffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00101111 11111011
Octal 327 57 373
Decimal 215 47 251
Hex D7 2F FB

RGB Percentages of Color #d72ffb

%41.91
%9.16
%48.93

CMYK Percentages of Color #d72ffb

%14
%81
%0
%2

Triadic Colors of #d72ffb

#d72ffb #fbd72f #2ffbd7

Analogous Colors of #d72ffb

#d72ffb #fb2fb9 #712ffb

Monochromatic Colors of #d72ffb

#d72ffb

Complementary Color

#d72ffb #53fb2f

#d72ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d72ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d72ffb Color CSS Codes

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

#d72ffb Text Font Color

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

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


#d72ffb Background Color

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

This div background color is #d72ffb


#d72ffb Border Color

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

This div border color is #d72ffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d72ffb


Comments

No comments written yet.

Please login to write comment.