Color Hex Logo

#d18ceb Color Hex

#D18CEB
(209,140,235)
0 Favorites   0 Comments

Color spaces of #d18ceb

RGB 209140235
HSL0.790.700.74
HSV284°40°92°
CMYK 0.110.400.00   0.08
XYZ50.668038.309683.3213
Yxy38.30960.29410.2223
Hunter Lab61.894737.8071-36.4885
CIE-Lab68.248242.2781-37.6789

#d18ceb color RGB value is (209,140,235).

#d18ceb hex color red value is 209, green value is 140 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #d18ceb hue: 0.79 , saturation: 0.70 and the lightness value of d18ceb is 0.74.

The process color (four color CMYK) of #d18ceb color hex is 0.11, 0.40, 0.00, 0.08. Web safe color of #d18ceb is #cc99ff. Color #d18ceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 10001100 11101011
Octal 321 214 353
Decimal 209 140 235
Hex D1 8C EB

RGB Percentages of Color #d18ceb

%35.79
%23.97
%40.24

CMYK Percentages of Color #d18ceb

%11
%40
%0
%8

Triadic Colors of #d18ceb

#d18ceb #ebd18c #8cebd1

Analogous Colors of #d18ceb

#d18ceb #eb8cd6 #a28ceb

Monochromatic Colors of #d18ceb

#d18ceb

Complementary Color

#d18ceb #a6eb8c

#d18ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d18ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d18ceb Color CSS Codes

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

#d18ceb Text Font Color

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

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


#d18ceb Background Color

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

This div background color is #d18ceb


#d18ceb Border Color

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

This div border color is #d18ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d18ceb


Comments

No comments written yet.

Please login to write comment.