Color Hex Logo

#d915fb Color Hex

#D915FB
(217,21,251)
0 Favorites   0 Comments

Color spaces of #d915fb

RGB 21721251
HSL0.810.970.53
HSV291°92°98°
CMYK 0.140.920.00   0.02
XYZ46.296022.253193.1220
Yxy22.25310.28640.1376
Hunter Lab47.173292.6277-84.0199
CIE-Lab54.294590.4100-68.6453

#d915fb color RGB value is (217,21,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 00010101 11111011
Octal 331 25 373
Decimal 217 21 251
Hex D9 15 FB

RGB Percentages of Color #d915fb

%44.38
%4.29
%51.33

CMYK Percentages of Color #d915fb

%14
%92
%0
%2

Triadic Colors of #d915fb

#d915fb #fbd915 #15fbd9

Analogous Colors of #d915fb

#d915fb #fb15aa #6615fb

Monochromatic Colors of #d915fb

#d915fb

Complementary Color

#d915fb #37fb15

#d915fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d915fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d915fb Color CSS Codes

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

#d915fb Text Font Color

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

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


#d915fb Background Color

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

This div background color is #d915fb


#d915fb Border Color

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

This div border color is #d915fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d915fb

Related Colors


Comments

No comments written yet.

Please login to write comment.