Color Hex Logo

#d15beb Color Hex

#D15BEB
(209,91,235)
0 Favorites   0 Comments

Color spaces of #d15beb

RGB 20991235
HSL0.800.780.64
HSV289°61°92°
CMYK 0.110.610.00   0.08
XYZ45.031027.035681.4423
Yxy27.03560.29330.1761
Hunter Lab51.995863.5975-56.4704
CIE-Lab59.007366.4802-52.2259

#d15beb color RGB value is (209,91,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01011011 11101011
Octal 321 133 353
Decimal 209 91 235
Hex D1 5B EB

RGB Percentages of Color #d15beb

%39.07
%17.01
%43.93

CMYK Percentages of Color #d15beb

%11
%61
%0
%8

Triadic Colors of #d15beb

#d15beb #ebd15b #5bebd1

Analogous Colors of #d15beb

#d15beb #eb5bbd #895beb

Monochromatic Colors of #d15beb

#d15beb

Complementary Color

#d15beb #75eb5b

#d15beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d15beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d15beb Color CSS Codes

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

#d15beb Text Font Color

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

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


#d15beb Background Color

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

This div background color is #d15beb


#d15beb Border Color

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

This div border color is #d15beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d15beb


Comments

No comments written yet.

Please login to write comment.