Color Hex Logo

#d715fb Color Hex

#D715FB
(215,21,251)
0 Favorites   0 Comments

Color spaces of #d715fb

RGB 21521251
HSL0.810.970.53
HSV291°92°98°
CMYK 0.140.920.00   0.02
XYZ45.705121.948493.0943
Yxy21.94840.28430.1365
Hunter Lab46.849192.1552-85.0213
CIE-Lab53.972290.1183-69.1822

#d715fb color RGB value is (215,21,251).

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

The process color (four color CMYK) of #d715fb color hex is 0.14, 0.92, 0.00, 0.02. Web safe color of #d715fb is #cc00ff. Color #d715fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00010101 11111011
Octal 327 25 373
Decimal 215 21 251
Hex D7 15 FB

RGB Percentages of Color #d715fb

%44.15
%4.31
%51.54

CMYK Percentages of Color #d715fb

%14
%92
%0
%2

Triadic Colors of #d715fb

#d715fb #fbd715 #15fbd7

Analogous Colors of #d715fb

#d715fb #fb15ac #6415fb

Monochromatic Colors of #d715fb

#d715fb

Complementary Color

#d715fb #39fb15

#d715fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d715fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d715fb Color CSS Codes

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

#d715fb Text Font Color

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

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


#d715fb Background Color

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

This div background color is #d715fb


#d715fb Border Color

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

This div border color is #d715fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d715fb


Comments

No comments written yet.

Please login to write comment.