Color Hex Logo

#d18bef Color Hex

#D18BEF
(209,139,239)
0 Favorites   0 Comments

Color spaces of #d18bef

RGB 209139239
HSL0.780.760.74
HSV282°42°94°
CMYK 0.130.420.00   0.06
XYZ51.107138.252586.3512
Yxy38.25250.29090.2177
Hunter Lab61.848639.2641-39.4849
CIE-Lab68.206343.6264-39.9422

#d18bef color RGB value is (209,139,239).

#d18bef hex color red value is 209, green value is 139 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #d18bef hue: 0.78 , saturation: 0.76 and the lightness value of d18bef is 0.74.

The process color (four color CMYK) of #d18bef color hex is 0.13, 0.42, 0.00, 0.06. Web safe color of #d18bef is #cc99ff. Color #d18bef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 10001011 11101111
Octal 321 213 357
Decimal 209 139 239
Hex D1 8B EF

RGB Percentages of Color #d18bef

%35.60
%23.68
%40.72

CMYK Percentages of Color #d18bef

%13
%42
%0
%6

Triadic Colors of #d18bef

#d18bef #efd18b #8befd1

Analogous Colors of #d18bef

#d18bef #ef8bdb #9f8bef

Monochromatic Colors of #d18bef

#d18bef

Complementary Color

#d18bef #a9ef8b

#d18bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d18bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d18bef Color CSS Codes

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

#d18bef Text Font Color

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

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


#d18bef Background Color

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

This div background color is #d18bef


#d18bef Border Color

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

This div border color is #d18bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d18bef


Comments

No comments written yet.

Please login to write comment.