Color Hex Logo

#d15aff Color Hex

#D15AFF
(209,90,255)
0 Favorites   0 Comments

Color spaces of #d15aff

RGB 20990255
HSL0.791.000.68
HSV283°65°100°
CMYK 0.180.650.00   0.00
XYZ48.000728.087697.4993
Yxy28.08760.27650.1618
Hunter Lab52.997768.9236-71.9767
CIE-Lab59.967870.7267-61.7930

#d15aff color RGB value is (209,90,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01011010 11111111
Octal 321 132 377
Decimal 209 90 255
Hex D1 5A FF

RGB Percentages of Color #d15aff

%37.73
%16.25
%46.03

CMYK Percentages of Color #d15aff

%18
%65
%0
%0

Triadic Colors of #d15aff

#d15aff #ffd15a #5affd1

Analogous Colors of #d15aff

#d15aff #ff5adb #7f5aff

Monochromatic Colors of #d15aff

#d15aff

Complementary Color

#d15aff #88ff5a

#d15aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d15aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d15aff Color CSS Codes

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

#d15aff Text Font Color

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

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


#d15aff Background Color

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

This div background color is #d15aff


#d15aff Border Color

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

This div border color is #d15aff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d15aff


Comments

No comments written yet.

Please login to write comment.