Color Hex Logo

#d95ffb Color Hex

#D95FFB
(217,95,251)
0 Favorites   0 Comments

Color spaces of #d95ffb

RGB 21795251
HSL0.800.950.68
HSV287°62°98°
CMYK 0.140.620.00   0.02
XYZ50.120129.901294.3967
Yxy29.90120.28740.1714
Hunter Lab54.682067.9150-64.0740
CIE-Lab61.568969.6016-56.9656

#d95ffb color RGB value is (217,95,251).

#d95ffb hex color red value is 217, green value is 95 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #d95ffb hue: 0.80 , saturation: 0.95 and the lightness value of d95ffb is 0.68.

The process color (four color CMYK) of #d95ffb color hex is 0.14, 0.62, 0.00, 0.02. Web safe color of #d95ffb is #cc66ff. Color #d95ffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01011111 11111011
Octal 331 137 373
Decimal 217 95 251
Hex D9 5F FB

RGB Percentages of Color #d95ffb

%38.54
%16.87
%44.58

CMYK Percentages of Color #d95ffb

%14
%62
%0
%2

Triadic Colors of #d95ffb

#d95ffb #fbd95f #5ffbd9

Analogous Colors of #d95ffb

#d95ffb #fb5fcf #8b5ffb

Monochromatic Colors of #d95ffb

#d95ffb

Complementary Color

#d95ffb #81fb5f

#d95ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d95ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d95ffb Color CSS Codes

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

#d95ffb Text Font Color

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

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


#d95ffb Background Color

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

This div background color is #d95ffb


#d95ffb Border Color

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

This div border color is #d95ffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d95ffb


Comments

No comments written yet.

Please login to write comment.