Color Hex Logo

#d15afe Color Hex

#D15AFE
(209,90,254)
0 Favorites   0 Comments

Color spaces of #d15afe

RGB 20990254
HSL0.790.990.67
HSV284°65°100°
CMYK 0.180.650.00   0.00
XYZ47.840128.023496.6535
Yxy28.02340.27730.1624
Hunter Lab52.937168.6732-71.1967
CIE-Lab59.909970.5319-61.3338

#d15afe color RGB value is (209,90,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01011010 11111110
Octal 321 132 376
Decimal 209 90 254
Hex D1 5A FE

RGB Percentages of Color #d15afe

%37.79
%16.27
%45.93

CMYK Percentages of Color #d15afe

%18
%65
%0
%0

Triadic Colors of #d15afe

#d15afe #fed15a #5afed1

Analogous Colors of #d15afe

#d15afe #fe5ad9 #7f5afe

Monochromatic Colors of #d15afe

#d15afe

Complementary Color

#d15afe #87fe5a

#d15afe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d15afe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d15afe Color CSS Codes

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

#d15afe Text Font Color

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

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


#d15afe Background Color

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

This div background color is #d15afe


#d15afe Border Color

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

This div border color is #d15afe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d15afe


Comments

No comments written yet.

Please login to write comment.