Color Hex Logo

#d15bfe Color Hex

#D15BFE
(209,91,254)
0 Favorites   0 Comments

Color spaces of #d15bfe

RGB 20991254
HSL0.790.990.68
HSV283°64°100°
CMYK 0.180.640.00   0.00
XYZ47.925028.193296.6818
Yxy28.19320.27730.1632
Hunter Lab53.097368.1919-70.7897
CIE-Lab60.062970.1075-61.0887

#d15bfe color RGB value is (209,91,254).

#d15bfe hex color red value is 209, green value is 91 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #d15bfe hue: 0.79 , saturation: 0.99 and the lightness value of d15bfe is 0.68.

The process color (four color CMYK) of #d15bfe color hex is 0.18, 0.64, 0.00, 0.00. Web safe color of #d15bfe is #cc66ff. Color #d15bfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01011011 11111110
Octal 321 133 376
Decimal 209 91 254
Hex D1 5B FE

RGB Percentages of Color #d15bfe

%37.73
%16.43
%45.85

CMYK Percentages of Color #d15bfe

%18
%64
%0
%0

Triadic Colors of #d15bfe

#d15bfe #fed15b #5bfed1

Analogous Colors of #d15bfe

#d15bfe #fe5bda #805bfe

Monochromatic Colors of #d15bfe

#d15bfe

Complementary Color

#d15bfe #88fe5b

#d15bfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d15bfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d15bfe Color CSS Codes

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

#d15bfe Text Font Color

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

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


#d15bfe Background Color

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

This div background color is #d15bfe


#d15bfe Border Color

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

This div border color is #d15bfe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(209,91,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d15bfe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d15bfe;
  -webkit-box-shadow: 1px 1px 3px 2px #d15bfe;
  box-shadow:         1px 1px 3px 2px #d15bfe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,91,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d15bfe


Comments

No comments written yet.

Please login to write comment.