Color Hex Logo

#d15cfe Color Hex

#D15CFE
(209,92,254)
0 Favorites   0 Comments

Color spaces of #d15cfe

RGB 20992254
HSL0.790.990.68
HSV283°64°100°
CMYK 0.180.640.00   0.00
XYZ48.011028.365496.7105
Yxy28.36540.27740.1639
Hunter Lab53.259267.7070-70.3801
CIE-Lab60.217469.6792-60.8413

#d15cfe color RGB value is (209,92,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01011100 11111110
Octal 321 134 376
Decimal 209 92 254
Hex D1 5C FE

RGB Percentages of Color #d15cfe

%37.66
%16.58
%45.77

CMYK Percentages of Color #d15cfe

%18
%64
%0
%0

Triadic Colors of #d15cfe

#d15cfe #fed15c #5cfed1

Analogous Colors of #d15cfe

#d15cfe #fe5cda #805cfe

Monochromatic Colors of #d15cfe

#d15cfe

Complementary Color

#d15cfe #89fe5c

#d15cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d15cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d15cfe Color CSS Codes

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

#d15cfe Text Font Color

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

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


#d15cfe Background Color

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

This div background color is #d15cfe


#d15cfe Border Color

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

This div border color is #d15cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d15cfe

Related Colors


Comments

No comments written yet.

Please login to write comment.