Color Hex Logo

#d164eb Color Hex

#D164EB
(209,100,235)
0 Favorites   0 Comments

Color spaces of #d164eb

RGB 209100235
HSL0.800.770.66
HSV288°57°92°
CMYK 0.110.570.00   0.08
XYZ45.847128.667881.7143
Yxy28.66780.29350.1835
Hunter Lab53.542359.1465-53.0066
CIE-Lab60.487362.4412-49.8760

#d164eb color RGB value is (209,100,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01100100 11101011
Octal 321 144 353
Decimal 209 100 235
Hex D1 64 EB

RGB Percentages of Color #d164eb

%38.42
%18.38
%43.20

CMYK Percentages of Color #d164eb

%11
%57
%0
%8

Triadic Colors of #d164eb

#d164eb #ebd164 #64ebd1

Analogous Colors of #d164eb

#d164eb #eb64c2 #8e64eb

Monochromatic Colors of #d164eb

#d164eb

Complementary Color

#d164eb #7eeb64

#d164eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d164eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d164eb Color CSS Codes

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

#d164eb Text Font Color

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

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


#d164eb Background Color

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

This div background color is #d164eb


#d164eb Border Color

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

This div border color is #d164eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d164eb


Comments

No comments written yet.

Please login to write comment.