Color Hex Logo

#d15aeb Color Hex

#D15AEB
(209,90,235)
0 Favorites   0 Comments

Color spaces of #d15aeb

RGB 20990235
HSL0.800.780.64
HSV289°62°92°
CMYK 0.110.620.00   0.08
XYZ44.946126.865881.4140
Yxy26.86580.29330.1753
Hunter Lab51.832264.0791-56.8455
CIE-Lab58.849966.9133-52.4762

#d15aeb color RGB value is (209,90,235).

#d15aeb hex color red value is 209, green value is 90 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #d15aeb hue: 0.80 , saturation: 0.78 and the lightness value of d15aeb is 0.64.

The process color (four color CMYK) of #d15aeb color hex is 0.11, 0.62, 0.00, 0.08. Web safe color of #d15aeb is #cc66ff. Color #d15aeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01011010 11101011
Octal 321 132 353
Decimal 209 90 235
Hex D1 5A EB

RGB Percentages of Color #d15aeb

%39.14
%16.85
%44.01

CMYK Percentages of Color #d15aeb

%11
%62
%0
%8

Triadic Colors of #d15aeb

#d15aeb #ebd15a #5aebd1

Analogous Colors of #d15aeb

#d15aeb #eb5abd #895aeb

Monochromatic Colors of #d15aeb

#d15aeb

Complementary Color

#d15aeb #74eb5a

#d15aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d15aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d15aeb Color CSS Codes

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

#d15aeb Text Font Color

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

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


#d15aeb Background Color

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

This div background color is #d15aeb


#d15aeb Border Color

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

This div border color is #d15aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d15aeb


Comments

No comments written yet.

Please login to write comment.