Color Hex Logo

#d163ef Color Hex

#D163EF
(209,99,239)
0 Favorites   0 Comments

Color spaces of #d163ef

RGB 20999239
HSL0.800.810.66
HSV287°59°94°
CMYK 0.130.590.00   0.06
XYZ46.336328.711084.7609
Yxy28.71100.28990.1797
Hunter Lab53.582660.5906-56.2814
CIE-Lab60.525763.6655-52.0410

#d163ef color RGB value is (209,99,239).

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

The process color (four color CMYK) of #d163ef color hex is 0.13, 0.59, 0.00, 0.06. Web safe color of #d163ef is #cc66ff. Color #d163ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01100011 11101111
Octal 321 143 357
Decimal 209 99 239
Hex D1 63 EF

RGB Percentages of Color #d163ef

%38.21
%18.10
%43.69

CMYK Percentages of Color #d163ef

%13
%59
%0
%6

Triadic Colors of #d163ef

#d163ef #efd163 #63efd1

Analogous Colors of #d163ef

#d163ef #ef63c7 #8b63ef

Monochromatic Colors of #d163ef

#d163ef

Complementary Color

#d163ef #81ef63

#d163ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d163ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d163ef Color CSS Codes

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

#d163ef Text Font Color

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

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


#d163ef Background Color

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

This div background color is #d163ef


#d163ef Border Color

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

This div border color is #d163ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d163ef


Comments

No comments written yet.

Please login to write comment.