Color Hex Logo

#d18bec Color Hex

#D18BEC
(209,139,236)
0 Favorites   0 Comments

Color spaces of #d18bec

RGB 209139236
HSL0.790.720.74
HSV283°41°93°
CMYK 0.110.410.00   0.07
XYZ50.667438.076784.0359
Yxy38.07670.29320.2204
Hunter Lab61.706338.5813-37.5508
CIE-Lab68.077143.0139-38.4953

#d18bec color RGB value is (209,139,236).

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

The process color (four color CMYK) of #d18bec color hex is 0.11, 0.41, 0.00, 0.07. Web safe color of #d18bec is #cc99ff. Color #d18bec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 10001011 11101100
Octal 321 213 354
Decimal 209 139 236
Hex D1 8B EC

RGB Percentages of Color #d18bec

%35.79
%23.80
%40.41

CMYK Percentages of Color #d18bec

%11
%41
%0
%7

Triadic Colors of #d18bec

#d18bec #ecd18b #8becd1

Analogous Colors of #d18bec

#d18bec #ec8bd7 #a18bec

Monochromatic Colors of #d18bec

#d18bec

Complementary Color

#d18bec #a6ec8b

#d18bec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d18bec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d18bec Color CSS Codes

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

#d18bec Text Font Color

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

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


#d18bec Background Color

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

This div background color is #d18bec


#d18bec Border Color

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

This div border color is #d18bec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d18bec


Comments

No comments written yet.

Please login to write comment.