Color Hex Logo

#d724fb Color Hex

#D724FB
(215,36,251)
0 Favorites   0 Comments

Color spaces of #d724fb

RGB 21536251
HSL0.810.960.56
HSV290°86°98°
CMYK 0.140.860.00   0.02
XYZ46.067822.673993.2152
Yxy22.67390.28440.1400
Hunter Lab47.617189.3622-82.7340
CIE-Lab54.734887.8646-67.9495

#d724fb color RGB value is (215,36,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 00100100 11111011
Octal 327 44 373
Decimal 215 36 251
Hex D7 24 FB

RGB Percentages of Color #d724fb

%42.83
%7.17
%50.00

CMYK Percentages of Color #d724fb

%14
%86
%0
%2

Triadic Colors of #d724fb

#d724fb #fbd724 #24fbd7

Analogous Colors of #d724fb

#d724fb #fb24b4 #6c24fb

Monochromatic Colors of #d724fb

#d724fb

Complementary Color

#d724fb #48fb24

#d724fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d724fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d724fb Color CSS Codes

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

#d724fb Text Font Color

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

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


#d724fb Background Color

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

This div background color is #d724fb


#d724fb Border Color

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

This div border color is #d724fb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,36,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 #d724fb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d724fb


Comments

No comments written yet.

Please login to write comment.