Color Hex Logo

#d165eb Color Hex

#D165EB
(209,101,235)
0 Favorites   0 Comments

Color spaces of #d165eb

RGB 209101235
HSL0.800.770.66
HSV288°57°92°
CMYK 0.110.570.00   0.08
XYZ45.943628.860881.7465
Yxy28.86080.29350.1844
Hunter Lab53.722258.6404-52.6131
CIE-Lab60.658661.9780-49.6046

#d165eb color RGB value is (209,101,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01100101 11101011
Octal 321 145 353
Decimal 209 101 235
Hex D1 65 EB

RGB Percentages of Color #d165eb

%38.35
%18.53
%43.12

CMYK Percentages of Color #d165eb

%11
%57
%0
%8

Triadic Colors of #d165eb

#d165eb #ebd165 #65ebd1

Analogous Colors of #d165eb

#d165eb #eb65c2 #8e65eb

Monochromatic Colors of #d165eb

#d165eb

Complementary Color

#d165eb #7feb65

#d165eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d165eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d165eb Color CSS Codes

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

#d165eb Text Font Color

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

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


#d165eb Background Color

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

This div background color is #d165eb


#d165eb Border Color

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

This div border color is #d165eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d165eb


Comments

No comments written yet.

Please login to write comment.